Interface ColumnsComponentSchema

The columns component schema.

Columns are used to manage layout on desktop and mobile viewports by grouping nested components inside into columns.

Hierarchy

  • Omit<LayoutComponentSchema<never>, "label" | "placeholder" | "multiple" | "defaultValue" | "conditional" | "errors" | "description" | "tooltip" | "hideLabel" | "disabled" | "validateOn">
    • ColumnsComponentSchema

Properties

clearOnHide?: boolean

If the value of this field should be cleared when it is conditionally hidden.

columns: Column[]
hidden?: boolean

Determines if the component should be within the form, but not visible. This can be overridden with the conditionals.

id: string
key: string
type: "columns"

Generated using TypeDoc