Type Alias ReloadAppPayloadV2

Payload to send when reloading an Analytics Application generated by an ODAG request.

type ReloadAppPayloadV2 = {
    actualRowEst?: number;
    bindSelectionState?: odagRequests.SelectionStateV2;
    copyRequest?: boolean;
    selectionState?: odagRequests.SelectionStateV2;
}
Index
actualRowEst?: number

The current row estimate value calculated by the link's rowEstExpr property in the context of the selection Analytics Application.

bindSelectionState?: odagRequests.SelectionStateV2

A collection of FieldSelectionStateV2 objects.

copyRequest?: boolean

Determines whether the request should be copied along with the generated Analytics Application.

A collection of FieldSelectionStateV2 objects.