An action query. This query type is used to trigger an action, such as sending a HTTP request.

Hierarchy

  • ActionQuery

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
events?: AppBuilderEvent[]

Events to listen for downstream of the action query.

id: string

The ID of the action query.

name: string

A unique identifier for this action query. This name is also used to access the query's result throughout the app.

The properties of the action query.

The action query type.

Generated using TypeDoc