Theia API Documentation v1.65.0
    Preparing search index...
    interface SidebarMenu {
        iconClass: string;
        id: string;
        menuPath: MenuPath;
        onDidBadgeChange?: Event<number>;
        order: number;
        title: string;
    }
    Index

    Properties

    iconClass: string
    id: string
    menuPath: MenuPath
    onDidBadgeChange?: Event<number>
    order: number

    Used to sort menus. The lower the value the lower they are placed in the sidebar.

    title: string