Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

An options object for initializing a layout. An options object for initializing a grid layout.

Hierarchy

Index

Properties

Optional columnCount

columnCount: undefined | number

The initial column count for the layout.

The default is 1.

Optional columnSpacing

columnSpacing: undefined | number

The spacing between columns in the layout.

The default is 4.

Optional fitPolicy

fitPolicy: FitPolicy

The fit policy for the layout.

The default is 'set-min-size'.

Optional rowCount

rowCount: undefined | number

The initial row count for the layout.

The default is 1.

Optional rowSpacing

rowSpacing: undefined | number

The spacing between rows in the layout.

The default is 4.

Generated using TypeDoc