The options used to create a toolbar.

interface IOptions {
    layout?: Layout;
}

Properties

Properties

layout?: Layout

Toolbar widget layout.