Fdc3ButtonContext
Context provided in dynamic FDC3 Buttons
TypeScript
export interface Fdc3ButtonContext extendsExtends
Properties
| Property | Description |
|---|---|
| context | The FDC3 Context |
| intent | The FDC3 Intent |
| primaryKeyValue | Primary key value of row |
| rowData | The row data which is the source of the context data |
| rowNode | The row node which is the source of the context data |
| adaptableContext | 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