NotableCellContext

Context used when determining if a Note can be added to a Cell

TypeScript
export interface NotableCellContext extends
Extends

BaseContext

Properties

PropertyDescription
gridCellGrid Cell in AdapTable which has been clicked
adaptableContextCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

gridCell

Grid Cell in AdapTable which has been clicked

TypeScript
gridCell: GridCell;
Property Value

GridCell

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any