SuspendableObject

Interface that extends Adaptable Object for those config items that can be suspended at run-time

TypeScript
export interface SuspendableObject extends
Extends

AdaptableObject

Properties

PropertyDescription
IsSuspendedSuspends (i.e. turns off) an Adaptable Object
IsReadOnlySets 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