Entitlement
Defines a Permission in AdapTable - Module and Access Level
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| accessLevel | Access Level for an Entitlement; options are: Full ReadOnly Hidden |
| adaptableModule | Name of Adaptable Module that has the Entitlement applied |
Property Details
accessLevel
Access Level for an Entitlement; options are: Full ReadOnly Hidden
TypeScript
accessLevel: AccessLevel;Property Value
adaptableModule
Name of Adaptable Module that has the Entitlement applied
TypeScript
adaptableModule: AdaptableModule;