@revolist/revogrid / ApplyFocusEvent
Interface: ApplyFocusEvent
Represents the event object that is emitted when applying focus. It includes information about the dimension type and focused cells.
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType .colType | src/types/interfaces.ts:756 |
end | Cell | - | FocusedCells.end | src/types/selection.ts:85 |
focus | Cell | - | FocusedCells.focus | src/types/selection.ts:84 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:751 |