Skip to content

IAccessorInfo

Defined in: src/types/IAccessorInfo.ts:6

Interface for configuration accessor information.

accessor: AccessorType

Defined in: src/types/IAccessorInfo.ts:12

Type of the clients allowed to access this configuration item. Either “system”, “application” or “all”. See AccessorType enumeration.

"application"

optional appAccess?: number | null

Defined in: src/types/IAccessorInfo.ts:19

Bitwise value of client config flags which specifies which application clients have access to this configuration item. Has no affect if accessor is set to a value other than "application".

null