Options
All
  • Public
  • Public/Protected
  • All
Menu

Module preference/public-api

Index

Type Aliases

PreferenceDefaultPath: typeof PREFERENCE_VARIABLE_DEFAULTS[number] | typeof PREFERENCE_VARIABLE_LISTS[number] | typeof PREFERENCE_VARIABLE_SUPPORT[number] | typeof PREFERENCE_VARIABLE_SUPPORT_MANAGER[number] | typeof PREFERENCE_VARIABLE_SUPPORT_CPO[number]

공통 환경변수 경로

Variables

PREFERENCE_VARIABLE_DEFAULTS: readonly ["layout.browserTitle", "layout.heading", "layout.description", "layout.vendor", "layout.sinceYear", "layout.address"] = ...

환경변수 기본 경로 배열

PREFERENCE_VARIABLE_LISTS: readonly ["layout.list.limit"] = ...

환경변수 목록 경로 배열

PREFERENCE_VARIABLE_SUPPORT: readonly ["support.tel", "support.fax", "support.email"] = ...

환경변수 지원 경로 배열

PREFERENCE_VARIABLE_SUPPORT_CPO: readonly ["support.cpo.name", "support.cpo.email"] = ...

환경변수 정보책임자 경로 배열

PREFERENCE_VARIABLE_SUPPORT_MANAGER: readonly ["support.manager.name", "support.manager.email"] = ...

환경변수 관리자 경로 배열

Generated using TypeDoc