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

Events to listen for on the UI component.

id?: string

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

name: string

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

Properties of a UI component. Different component types can have their own additional unique properties. See the components documentation for more detail on each component type and its properties.

The UI component type.

Generated using TypeDoc