Interface RowsLayout

Vertical layout component

Hierarchy

  • BaseLayout
    • RowsLayout

Properties

collapsible?: {
    defaultOpen: RulesLogic;
}

Enable Collapsible element = default on/off/login condition

Type declaration

  • defaultOpen: RulesLogic
group: "layout"
heading?: string

Parent Heading

id?: string
renderRule?: RulesLogic

Conditional rendering config

rows?: {
    value: BaseWidget | Layout;
}[]

Rows definitions

Type declaration

type: "RowsLayout"

id

visualGroup?: boolean

Display as group = background, shadow, border ...

Generated using TypeDoc