Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a split layout. An options object for initializing a accordion 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. The renderer to use for the accordion layout.

Optional spacing

spacing: undefined | number

The spacing between items in the layout.

The default is 4.

Optional titleSpace

titleSpace: undefined | number

The section title height or width depending on the orientation.

The default is 22.

Generated using TypeDoc