An options object for creating a panel with toolbar widget.

interface IOptions {
    layout?: PanelLayout;
    toolbar?: Toolbar<Widget>;
}

Hierarchy

  • IOptions
    • IOptions

Properties

Properties

layout?: PanelLayout

The panel layout to use for the panel.

The default is a new PanelLayout.

toolbar?: Toolbar<Widget>

Custom toolbar