Variable menuItemsConst

    menuItems: {
        dashboard: {
            key: string;
        };
        geometries: {
            key: string;
            label: string;
        };
        simulations: {
            key: string;
            label: string;
        };
    } = ...

    Menu items

    Generated using TypeDoc and TypeDoc Airthium Plugin