CustomDisplayFormatterContext
Context used in handler of CustomDisplayFormatter
TypeScript
export interface CustomDisplayFormatterContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| adaptableColumn | AdaptableColumn | Column where Custom Display Format will apply |
| cellValue | any | Non-formatted Cell Value |
| rowNode | IRowNode | Node where Custom Display Format will apply |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
adaptableColumn
Column where Custom Display Format will apply
TypeScript
adaptableColumn: AdaptableColumn;Property Value
cellValue
Non-formatted Cell Value
TypeScript
cellValue: any;Property Value
any
rowNode
Node where Custom Display Format will apply
TypeScript
rowNode: IRowNode;Property Value
IRowNode
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any