@revolist/revogrid / Components / RevogrFocus
Interface: RevogrFocus
Focus component. Shows focus layer around the cell that is currently in focus.
Example
ts
focus-rgCol-rgRow
Properties
Property | Type | Description | Defined in |
---|---|---|---|
colData | Observable <DSourceState <ColumnRegular , DimensionCols >> | Column source | src/components.d.ts:451 |
colType | DimensionCols | Column type | src/components.d.ts:455 |
dataStore | Observable <DSourceState <DataType , DimensionRows >> | Data rows source | src/components.d.ts:459 |
dimensionCol | Observable <DimensionSettingsState > | Dimension settings X | src/components.d.ts:463 |
dimensionRow | Observable <DimensionSettingsState > | Dimension settings Y | src/components.d.ts:467 |
focusTemplate | null | FocusTemplateFunc | Focus template custom function. Can be used to render custom focus layer. | src/components.d.ts:471 |
rowType | DimensionRows | Row type | src/components.d.ts:475 |
selectionStore | Observable <SelectionStoreState > | Selection, range, focus for selection | src/components.d.ts:479 |