Cadenza JS
    Preparing search index...

    Type Alias CadenzaSelectObjectsOkEvent

    CadenzaSelectObjectsOkEvent: CadenzaEvent<
        "selectObjects:ok",
        undefined
        | { layer: WorkbookLayerPath; values: unknown[][] },
    >

    When the user submitted 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.