RevoGrid Documentation v4.15.8 / 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, DimensionCols>> | Column source | src/components.d.ts:517 |
colType | DimensionCols | Column type | src/components.d.ts:521 |
dataStore | Observable<DSourceState<DataType, DimensionRows>> | Data rows source | src/components.d.ts:525 |
dimensionCol | Observable<DimensionSettingsState> | Dimension settings X | src/components.d.ts:529 |
dimensionRow | Observable<DimensionSettingsState> | Dimension settings Y | src/components.d.ts:533 |
focusTemplate | null | FocusTemplateFunc | Focus template custom function. Can be used to render custom focus layer. Default null | src/components.d.ts:538 |
rowType | DimensionRows | Row type | src/components.d.ts:542 |
selectionStore | Observable<SelectionStoreState> | Selection, range, focus for selection | src/components.d.ts:546 |