Properties of a grid component.

Hierarchy

  • ComponentGridProperties

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
backgroundColor?: string

The background color of the grid.

children?: Component[]

The child components of the grid.

Whether the grid component and its children are visible. If a string, it must be a valid JavaScript expression that evaluates to a boolean.

Generated using TypeDoc