Fdc3ButtonContext
Context provided in dynamic FDC3 Buttons
TypeScript
export interface Fdc3ButtonContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| context | Context | The FDC3 Context |
| intent | Intent | The FDC3 Intent |
| primaryKeyValue | any | Primary key value of row |
| rowData | any | The row data which is the source of the context data |
| rowNode | IRowNode | The row node which is the source of the context data |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
context
The FDC3 Context
TypeScript
context: Context;Property Value
Context
intent
The FDC3 Intent
TypeScript
intent?: Intent;Property Value
Intent
primaryKeyValue
Primary key value of row
TypeScript
primaryKeyValue: any;Property Value
any
rowData
The row data which is the source of the context data
TypeScript
rowData: any;Property Value
any
rowNode
The row node which is the source of the context data
TypeScript
rowNode: IRowNode;Property Value
IRowNode
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any