Interface RowsLayout

Vertical layout component

interface RowsLayout {
    collapsible?: { defaultOpen: RulesLogic };
    group: "layout";
    heading?: string;
    id?: string;
    renderRule?: RulesLogic;
    rows?: { value: BaseWidget | Layout }[];
    type: "RowsLayout";
    visualGroup?: boolean;
}

Hierarchy

  • BaseLayout
    • RowsLayout

Properties

collapsible?: { defaultOpen: RulesLogic }

Enable Collapsible element = default on/off/login condition

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 ...