SuspendableObject
Interface that extends Adaptable Object for those config items that can be suspended at run-time
TypeScript
export interface SuspendableObject extendsExtends
Properties
| Property | Description |
|---|---|
| IsSuspended | Suspends (i.e. turns off) an Adaptable Object |
| IsReadOnly | Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full') |
Property Details
IsSuspended
Suspends (i.e. turns off) an Adaptable Object
TypeScript
IsSuspended?: boolean;Property Value
boolean
IsReadOnly
Inherited from AdaptableObject
Sets Entity to ReadOnly (overwriting a Strategy Entitlement of 'Full')
TypeScript
IsReadOnly?: boolean;Property Value
boolean