Type Alias CadenzaChangeSelectionEvent

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

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.