The definition of ComponentGrid object.

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

The ComponentGrid events.

id?: string

The ComponentGrid id.

name: string

The ComponentGrid name.

The definition of ComponentGridProperties object.

The definition of ComponentGridType object.

Generated using TypeDoc