An options object for creating a stacked panel.

interface IOptions {
    layout?: StackedLayout;
}

Properties

Properties

layout?: StackedLayout

The stacked layout to use for the stacked panel.

The default is a new StackedLayout.