CodeCraft Auth API Docs - v0.0.0
Preparing search index...
routes/types/route.types
RouteHandle
Interface RouteHandle
interface
RouteHandle
{
hideInBreadcrumbs
?:
boolean
;
hideInSidebar
?:
boolean
;
icon
?:
Icon
;
roles
?:
string
[]
;
title
?:
string
|
(
(
data
:
unknown
)
=>
string
)
;
}
Index
Properties
hide
In
Breadcrumbs?
hide
In
Sidebar?
icon?
roles?
title?
Properties
Optional
hide
In
Breadcrumbs
hideInBreadcrumbs
?:
boolean
Optional
hide
In
Sidebar
hideInSidebar
?:
boolean
Optional
icon
icon
?:
Icon
Optional
roles
roles
?:
string
[]
Optional
title
title
?:
string
|
(
(
data
:
unknown
)
=>
string
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
hide
In
Breadcrumbs
hide
In
Sidebar
icon
roles
title
CodeCraft Auth API Docs - v0.0.0
Loading...