RevoGrid Documentation v4.13.3 / 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:769 |
data | T [][] | - | - | src/types/interfaces.ts:838 |
mapping | OldNewRangeMapping | - | - | src/types/interfaces.ts:840 |
range | RangeArea | - | - | src/types/interfaces.ts:839 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:764 |