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/SidebarItem.tsx:177
label
• label: string
Label to display.
Defined in
components/Sidebar/SidebarItem.tsx:159
name
• name: string
Name of this SidebarItem.
Defined in
components/Sidebar/SidebarItem.tsx:151
parent
• Optional
parent: null
| string
Name of the parent SidebarEntry.
Defined in
components/Sidebar/SidebarItem.tsx:163
sidebar
• 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/SidebarItem.tsx:180
subtitle
• Optional
subtitle: string
Text to display under the name.
Defined in
components/Sidebar/SidebarItem.tsx:155
url
• Optional
url: string
URL to go to when this item is followed.
Defined in
components/Sidebar/SidebarItem.tsx:167
useClusterURL
• Optional
useClusterURL: boolean
Should URL have the cluster prefix? (default=true)