Documentation
    Preparing search index...
    type MenuItem = {
        admin_page?: string;
        disable_on_mobile: boolean;
        href: string;
        icon: string;
        in_modal?: boolean;
        label: string;
        link?: string;
        location: string;
        max_role: string;
        min_role: number | string;
        shortcut?: string;
        style: string;
        subitems?: MenuItem[];
        target: string;
        target_blank?: boolean;
        text: string;
        title: string;
        tooltip: string;
        type: string;
        user_menu_header?: boolean;
        user_page?: string;
    }
    Index

    Properties

    admin_page?: string
    disable_on_mobile: boolean
    href: string
    icon: string
    in_modal?: boolean
    label: string
    link?: string
    location: string
    max_role: string
    min_role: number | string
    shortcut?: string
    style: string
    subitems?: MenuItem[]
    target: string
    target_blank?: boolean
    text: string
    title: string
    tooltip: string
    type: string
    user_menu_header?: boolean
    user_page?: string