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

Properties

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
copyRequest?: boolean