Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CopyProps

Hierarchy

  • CopyProps

Index

Properties

Optional activeCell

activeCell: CellInterface | null

Active cell

getValue

getValue: (cell: CellInterface) => any

Value getter of a cell

Type declaration

gridRef

gridRef: MutableRefObject<GridRef>

Grid reference to access grid methods

Optional onPaste

onPaste: undefined | ((rows: (null | string)[][], activeCell: CellInterface | null) => void)

Callback when a paste is executed

selections

selections: SelectionArea[]

Selection bounds

Generated using TypeDoc