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.

Hierarchy

  • ComponentProperties

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
children?: Component[]

The child components of the UI component.

Whether the UI component is visible. If this is a string, it must be a valid JavaScript expression that evaluates to a boolean.

Generated using TypeDoc