Interface: SidebarEntryProps

    plugin/registry .SidebarEntryProps

    Represents an entry in the sidebar menu.

    Properties

    icon

    Optional icon: string | IconifyIcon

    An iconify string or icon object that will be used for the sidebar’s icon

    see https://icon-sets.iconify.design/mdi/ for icons.

    Defined in

    components/Sidebar/sidebarSlice.ts:43


    label

    label: string

    Label to display.

    Defined in

    components/Sidebar/sidebarSlice.ts:25


    name

    name: string

    Name of this SidebarItem.

    Defined in

    components/Sidebar/sidebarSlice.ts:17


    parent

    Optional parent: null | string

    Name of the parent SidebarEntry.

    Defined in

    components/Sidebar/sidebarSlice.ts:29


    Optional sidebar: string

    The sidebar to display this item in. If not specified, it will be displayed in the default sidebar.

    Defined in

    components/Sidebar/sidebarSlice.ts:46


    subtitle

    Optional subtitle: string

    Text to display under the name.

    Defined in

    components/Sidebar/sidebarSlice.ts:21


    url

    Optional url: string

    URL to go to when this item is followed.

    Defined in

    components/Sidebar/sidebarSlice.ts:33


    useClusterURL

    Optional useClusterURL: boolean

    Should URL have the cluster prefix? (default=true)

    Defined in

    components/Sidebar/sidebarSlice.ts:37