Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a split panel. An options object for initializing a accordion panel.

Hierarchy

  • object
    • IOptions

Index

Properties

Optional alignment

alignment: Alignment

The content alignment of the panel.

The default is 'start'.

Optional layout

The split layout to use for the split panel. The accordion layout to use for the accordion panel.

If this is provided, the other options are ignored.

The default is a new SplitLayout.

If this is provided, the other options are ignored.

The default is a new AccordionLayout.

Optional orientation

orientation: Orientation

The layout orientation of the panel.

The default is 'horizontal'.

Optional renderer

renderer: IRenderer

The renderer to use for the split panel.

The default is a shared renderer instance.

Optional spacing

spacing: undefined | number

The spacing between items in the panel.

The default is 4.

Generated using TypeDoc