IAccessorInfo
Defined in: src/types/IAccessorInfo.ts:6
Interface for configuration accessor information.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”accessor
Section titled “accessor”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.
Default
Section titled “Default”"application"appAccess?
Section titled “appAccess?”
optionalappAccess?: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".
Default
Section titled “Default”null