The definition of Query object.

Hierarchy

  • Query

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[]

The Query events.

id: string

The Query id.

name: string

The Query name.

properties?: any

The Query properties.

type: QueryType

The definition of QueryType object.

Generated using TypeDoc