DefaultAccessLevelContext

Provided to defaultAccessLevel function when setting Default Entitlement value programatically

TypeScript
export interface DefaultAccessLevelContext extends
Extends

BaseContext

Properties

PropertyDescription
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any