The definition of Component object.

Hierarchy

  • Component

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 Component events.

id?: string

The Component id.

name: string

The Component name.

The definition of ComponentProperties object.

The definition of ComponentType object.

Generated using TypeDoc