NotableCellContext
Context used when determining if a Note can be added to a Cell
TypeScript
export interface NotableCellContext extendsExtends
Properties
| Property | Description |
|---|---|
| gridCell | Grid Cell in AdapTable which has been clicked |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
gridCell
Grid Cell in AdapTable which has been clicked
TypeScript
gridCell: GridCell;Property Value
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any