Cadenza JS
    Preparing search index...

    Type Alias CadenzaChangeSelectionEvent

    CadenzaChangeSelectionEvent: CadenzaEvent<
        "change:selection",
        | undefined
        | {
            attributeName: string;
            layer?: WorkbookLayerPath;
            values: unknown[][];
            viewName: string;
        },
    >

    When the user changed the selection. undefined if no objects were selected.

    For a selection in a workbook map view with activated feature info, the values also include the simplified geometries of the selected objects.