Cadenza JS
    Preparing search index...

    Type Alias CadenzaDrillThroughEvent

    CadenzaDrillThroughEvent: CadenzaEvent<
        "drillThrough",
        { context?: string; values: unknown[][] },
    >

    When the user executed a POST message drill-through.

    The event includes a data row for every item in the workbook selection, each row consisting of the values of the attributes that were selected for the POST message content. If the drill-through was executed from a map view, each row includes the geometry of the selected object as the last value.

    See also: JSON Representation of Cadenza Object Data