Fdc3ButtonContext

Context provided in dynamic FDC3 Buttons

TypeScript
export interface Fdc3ButtonContext extends
Extends

BaseContext

Properties

PropertyDescription
contextThe FDC3 Context
intentThe FDC3 Intent
primaryKeyValuePrimary key value of row
rowDataThe row data which is the source of the context data
rowNodeThe row node which is the source of the context data
adaptableContextCustom 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