RevoGrid Documentation v4.26.2 / 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:851 |
data | T[][] | - | - | src/types/interfaces.ts:925 |
mapping | OldNewRangeMapping | - | - | src/types/interfaces.ts:927 |
range | RangeArea | - | - | src/types/interfaces.ts:926 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType.rowType | src/types/interfaces.ts:846 |