Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a box layout.

Hierarchy

  • IOptions

Index

Properties

Optional alignment

alignment: Alignment

The content alignment of the layout.

The default is 'start'.

Optional direction

direction: Direction

The direction of the layout.

The default is 'top-to-bottom'.

Optional spacing

spacing: undefined | number

The spacing between items in the layout.

The default is 4.

Generated using TypeDoc