RevoGrid Documentation v4.15.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:788 |
data | T [][] | - | - | src/types/interfaces.ts:857 |
mapping | OldNewRangeMapping | - | - | src/types/interfaces.ts:859 |
range | RangeArea | - | - | src/types/interfaces.ts:858 |
rowType | DimensionRows | Represents the dimension type for rows. | AllDimensionType .rowType | src/types/interfaces.ts:783 |