Type alias AlephLeftPanelOptions

AlephLeftPanelOptions: ExpandPanelOptions & {
    consoleTabEnabled: boolean;
    graphTabEnabled: boolean;
    settingsTabEnabled: boolean;
    srcTabEnabled: boolean;
}

Type declaration

  • consoleTabEnabled: boolean

    Determines if the console tab is enabled

  • graphTabEnabled: boolean

    Determines if the graph tab is enabled

  • settingsTabEnabled: boolean

    Determines if the settings tab is enabled

  • srcTabEnabled: boolean

    Determines if the source tab is enabled

Generated using TypeDoc