RevoGrid Documentation v4.21.7 / 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:814 |
data | T[][] | - | - | src/types/interfaces.ts:883 |
mapping | OldNewRangeMapping | - | - | src/types/interfaces.ts:885 |
range | RangeArea | - | - | src/types/interfaces.ts:884 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType.rowType | src/types/interfaces.ts:809 |