RevoGrid Documentation v4.21.8 / RangeClipboardCopyEventProps
Interface: RangeClipboardCopyEventProps<T>
Range copy.
Extends
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
colType | DimensionCols | Represents the dimension type for columns. | AllDimensionType.colType | src/types/interfaces.ts:832 |
data | T[][] | - | - | src/types/interfaces.ts:901 |
mapping | OldNewRangeMapping | - | - | src/types/interfaces.ts:903 |
range | RangeArea | - | - | src/types/interfaces.ts:902 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType.rowType | src/types/interfaces.ts:827 |