A grid component. The grid component is the root canvas for an app and contains all other components.

Hierarchy

  • ComponentGrid

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 on the grid component.

id?: string

The ID of the grid component. This property is deprecated; use name to identify individual components instead.

name: string

A unique identifier for this grid component. This name is also visible in the app editor.

Properties of a grid component.

The grid component type.

Generated using TypeDoc