videosphere
Preparing search index...
components/dashboard/dashboard-nav-shared
DashboardNavItem
Interface DashboardNavItem
Top-level dashboard sidebar / drawer link.
interface
DashboardNavItem
{
label
:
string
;
href
:
string
;
exact
?:
boolean
;
tourIdDesktop
?:
string
;
tourIdMobile
?:
string
;
children
?:
DashboardNavChildItem
[]
;
}
Index
Properties
label
href
exact?
tour
Id
Desktop?
tour
Id
Mobile?
children?
Properties
label
label
:
string
href
href
:
string
Optional
exact
exact
?:
boolean
Optional
tour
Id
Desktop
tourIdDesktop
?:
string
Optional
tour
Id
Mobile
tourIdMobile
?:
string
Optional
children
children
?:
DashboardNavChildItem
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
href
exact
tour
Id
Desktop
tour
Id
Mobile
children
videosphere
Loading...
Top-level dashboard sidebar / drawer link.