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