General options for the application shell. These are passed on construction and can be modified through dependency injection (ApplicationShellOptions symbol).

interface Options {
    bottomPanel: BottomPanelOptions;
    leftPanel: core.Options;
    rightPanel: core.Options;
}

Hierarchy

  • IOptions
    • Options

Properties

bottomPanel: BottomPanelOptions
leftPanel: core.Options
rightPanel: core.Options