Interface ReloadAppPayload

JSON payload to send to RequestReloadApp

Hierarchy

  • ReloadAppPayload

Properties

actualRowEst?: number

The current row estimate value calculated by the link's rowEstExpr property in the context of the selection app. format: int32

bindSelectionState?: {}

A collection of FieldSelectionState objects.

Type declaration

    copyRequest?: boolean

    Determines if the request needs to be copied along with the generated app or not.

    selectionState?: {}

    A collection of FieldSelectionState objects.

    Type declaration