Fdc3ButtonContext

Context provided in dynamic FDC3 Buttons

TypeScript
export interface Fdc3ButtonContext extends
Extends

BaseContext

Properties

PropertyTypeDescription
contextContextThe FDC3 Context
intentIntentThe FDC3 Intent
primaryKeyValueanyPrimary key value of row
rowDataanyThe row data which is the source of the context data
rowNodeIRowNodeThe row node which is the source of the context data
adaptableContextanyCustom 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