Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a split layout.

Hierarchy

Index

Properties

Optional alignment

alignment: Alignment

The content alignment of the layout.

The default is 'start'.

Optional orientation

orientation: Orientation

The orientation of the layout.

The default is 'horizontal'.

renderer

renderer: IRenderer

The renderer to use for the split layout.

Optional spacing

spacing: undefined | number

The spacing between items in the layout.

The default is 4.

Generated using TypeDoc