Kottster Packages API Reference
Preparing search index...
@kottster/react
PublicDashboardPage
Interface PublicDashboardPage
interface
PublicDashboardPage
{
allowedRoleIds
?:
string
[]
;
allowedRoles
?:
string
[]
;
config
:
DashboardPageConfig
;
hideInSidebar
?:
boolean
;
icon
?:
string
;
key
:
string
;
title
?:
string
;
type
:
"dashboard"
;
version
:
string
;
}
Hierarchy
Pick
<
DashboardPage
,
|
"key"
|
"title"
|
"icon"
|
"type"
|
"allowedRoles"
|
"allowedRoleIds"
|
"version"
|
"hideInSidebar"
,
>
PublicDashboardPage
Index
Properties
allowed
Role
Ids?
allowed
Roles?
config
hide
In
Sidebar?
icon?
key
title?
type
version
Properties
Optional
allowed
Role
Ids
allowedRoleIds
?:
string
[]
Deprecated
Legacy - to be removed in v4. Use
allowedRoles
instead.
Optional
allowed
Roles
allowedRoles
?:
string
[]
config
config
:
DashboardPageConfig
Optional
hide
In
Sidebar
hideInSidebar
?:
boolean
Optional
icon
icon
?:
string
key
key
:
string
Optional
title
title
?:
string
type
type
:
"dashboard"
version
version
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
allowed
Role
Ids
allowed
Roles
config
hide
In
Sidebar
icon
key
title
type
version
Kottster Packages API Reference
Loading...
Deprecated
Legacy - to be removed in v4. Use
allowedRolesinstead.