Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoxData

a box is the layout element that contains other boxes or panels

Hierarchy

Index

Properties

children

children: (PanelData | BoxData)[]

Optional heightFlex

heightFlex: number

Optional id

id: string

id will be auto generated if it's undefined

Optional minHeight

minHeight: number

Optional minWidth

minWidth: number

mode

mode: DockMode

Optional parent

parent: BoxData

Optional size

size: number

The size in dock box, width when in horizontal layout and height when in vertical layout

Optional widthFlex

widthFlex: number

Generated using TypeDoc