Class: Context¶
Hierarchy¶
- Context
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Inherited Properties¶
Currently none inherited from the parent class(es).
Accessors¶
Class Accessors¶
Inherited Accessors¶
Currently none inherited from the parent class(es).
Methods¶
Class Methods¶
Inherited Methods¶
Currently none inherited from the parent class(es).
Constructors¶
constructor¶
+ new Context(binding?: any, element?: any, isSectionedTableBackwardCompatible?: boolean): Context
Parameters:
| Name | Type |
|---|---|
binding? |
any |
element? |
any |
isSectionedTableBackwardCompatible? |
boolean |
Returns: Context
Properties¶
Optional binding¶
• binding? : any
Implementation of IContext.binding
clientAPIProps¶
• clientAPIProps: IClientAPIProps
Implementation of IContext.clientAPIProps
Optional element¶
• element? : any
Implementation of IContext.element
Optional isSectionedTableBackwardCompatible¶
• isSectionedTableBackwardCompatible? : boolean
Implementation of IContext.isSectionedTableBackwardCompatible
Accessors¶
clientAPI¶
• clientAPI:
Implementation of IContext.clientAPI
clientData¶
• clientData:
Implementation of IContext.clientData
readLink¶
• readLink:
Implementation of IContext.readLink
Methods¶
resetClientAPIProps¶
▸ resetClientAPIProps(): void
Implementation of IContext
Returns: void
Static fromPage¶
▸ fromPage(source?: ExecuteSource): IContext
Parameters:
| Name | Type |
|---|---|
source? |
ExecuteSource |
Returns: IContext