RevoGrid Documentation v4.25.0 / 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:537 |
colType | DimensionCols | Column type | src/components.d.ts:541 |
dataStore | Observable<DSourceState<DataType, DimensionRows>> | Data rows source | src/components.d.ts:545 |
dimensionCol | Observable<DimensionSettingsState> | Dimension settings X | src/components.d.ts:549 |
dimensionRow | Observable<DimensionSettingsState> | Dimension settings Y | src/components.d.ts:553 |
focusTemplate | null | FocusTemplateFunc | Focus template custom function. Can be used to render custom focus layer. Default null | src/components.d.ts:558 |
rowType | DimensionRows | Row type | src/components.d.ts:562 |
selectionStore | Observable<SelectionStoreState> | Selection, range, focus for selection | src/components.d.ts:566 |