App definition attributes to be updated, such as name, description, and components.

Hierarchy

  • UpdateAppRequestDataAttributes

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
components?: ComponentGrid[]

The new UI components that make up the app. If this field is set, all existing components are replaced with the new components under this field.

description?: string

The new human-readable description for the app.

embeddedQueries?: Query[]

The new array of queries, such as external actions and state variables, that the app uses. If this field is set, all existing queries are replaced with the new queries under this field.

name?: string

The new name of the app.

rootInstanceName?: string

The new name of the root component of the app. This must be a grid component that contains all other components.

tags?: string[]

The new list of tags for the app, which can be used to filter apps. If this field is set, any existing tags not included in the request are removed.

Generated using TypeDoc