Interface RowEvent<IdType>

Emitted e.g. when a row is clicked.

interface RowEvent<IdType> {
    datasetItemId: IdType;
}

Type Parameters

  • IdType

Properties

Properties

datasetItemId: IdType

The id of the row item in the dataset.

Generated using TypeDoc