Configuration for layout settings.

interface LayoutConfigs {
    alignItems?: string;
    direction?: string;
    renderType?: string;
}

Properties

alignItems?: string

How the layout will align its children.

direction?: string

Direction/orientation of the layout.

renderType?: string

Whether to render through SVG or HTML.