SNIK Graph - v25.01
    Preparing search index...

    Interface MenuElement

    interface MenuElement {
        entries: MenuEntry[];
        i18n: string;
        id?: string;
    }
    Index

    Properties

    Properties

    entries: MenuEntry[]
    i18n: string
    id?: string