RevoGrid Documentation v4.26.2 / Components / RevogrFocus
Interface: RevogrFocus
Focus component. Shows focus layer around the cell that is currently in focus.
Example
ts
focus-rgCol-rgRowProperties
| Property | Type | Description | Defined in |
|---|---|---|---|
colData | Observable<DSourceState<ColumnRegular<ColumnProp, DataType<any, ColumnProp>>, DimensionCols>> | Column source | src/components.d.ts:544 |
colType | DimensionCols | Column type | src/components.d.ts:548 |
dataStore | Observable<DSourceState<DataType, DimensionRows>> | Data rows source | src/components.d.ts:552 |
dimensionCol | Observable<DimensionSettingsState> | Dimension settings X | src/components.d.ts:556 |
dimensionRow | Observable<DimensionSettingsState> | Dimension settings Y | src/components.d.ts:560 |
focusTemplate | null | FocusTemplateFunc | Focus template custom function. Can be used to render custom focus layer. Default null | src/components.d.ts:565 |
rowType | DimensionRows | Row type | src/components.d.ts:569 |
selectionStore | Observable<SelectionStoreState> | Selection, range, focus for selection | src/components.d.ts:573 |