@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:457 |
colType | DimensionCols | Column type | src/components.d.ts:461 |
dataStore | Observable <DSourceState <DataType , DimensionRows >> | Data rows source | src/components.d.ts:465 |
dimensionCol | Observable <DimensionSettingsState > | Dimension settings X | src/components.d.ts:469 |
dimensionRow | Observable <DimensionSettingsState > | Dimension settings Y | src/components.d.ts:473 |
focusTemplate | null | FocusTemplateFunc | Focus template custom function. Can be used to render custom focus layer. | src/components.d.ts:477 |
rowType | DimensionRows | Row type | src/components.d.ts:481 |
selectionStore | Observable <SelectionStoreState > | Selection, range, focus for selection | src/components.d.ts:485 |