map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface RowEvent<IdType>

    Emitted e.g. when a row is clicked.

    interface RowEvent<IdType> {
        datasetItemId: IdType;
    }

    Type Parameters

    • IdType
    Index

    Properties

    Properties

    datasetItemId: IdType

    The id of the row item in the dataset.