Skip to content

RevoGrid Documentation v4.23.21 / Components / RevogrOverlaySelection

Interface: RevogrOverlaySelection

Component for overlaying the grid with the selection.

Properties

PropertyTypeDescriptionDefined in
additionalDataanyAdditional data to pass to renderer.src/components.d.ts:642
applyChangesOnClosebooleanIf true applys changes when cell closes if not Escape. Default falsesrc/components.d.ts:647
canDragbooleanEnable revogr-order-editor component (read more in revogr-order-editor component). Allows D&D.src/components.d.ts:651
colDataObservable<DSourceState<ColumnRegular<ColumnProp, DataType<any, ColumnProp>>, DimensionCols>>Column data store.src/components.d.ts:655
dataStoreObservable<DSourceState<DataType, DimensionRows>>Row data store.src/components.d.ts:659
dimensionColObservable<DimensionSettingsState>Dimension settings X.src/components.d.ts:663
dimensionRowObservable<DimensionSettingsState>Dimension settings Y.src/components.d.ts:667
editorsEditorsCustom editors register.src/components.d.ts:671
isMobileDevicebooleanIs mobile view mode.src/components.d.ts:675
lastCellCellLast real coordinates positions + 1.src/components.d.ts:679
rangebooleanRange selection allowed.src/components.d.ts:683
readonlybooleanReadonly mode.src/components.d.ts:687
selectionStoreObservable<SelectionStoreState>Selection, range, focus.src/components.d.ts:691
useClipboardboolean | ClipboardConfigEnable revogr-clipboard component (read more in revogr-clipboard component). Allows copy/paste. Can be boolean or clipboard config.src/components.d.ts:695