DropPosition type

Indicates where row/column was dropped. Used by ReactGridProps callbacks.

Definition

type DropPosition = 'before' | 'on' | 'after';