Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISplitAreaConfig

A layout config object for a split area.

Hierarchy

  • ISplitAreaConfig

Index

Properties

children

children: AreaConfig[]

The children in the split area.

orientation

orientation: "horizontal" | "vertical"

The orientation of the split area.

sizes

sizes: number[]

The relative sizes of the children.

type

type: "split-area"

The discriminated type of the config object.

Generated using TypeDoc