Wagtail client-side components
Preparing search index...
components/Sidebar/menu/PageExplorerMenuItem
PageExplorerMenuItemDefinition
Class PageExplorerMenuItemDefinition
Hierarchy (
View Summary
)
LinkMenuItemDefinition
PageExplorerMenuItemDefinition
Index
Constructors
constructor
Properties
attrs
class
Names?
icon
Name
label
name
start
Page
Id
url
Methods
render
Constructors
constructor
new
PageExplorerMenuItemDefinition
(
__namedParameters
:
{
attrs
?:
{}
;
classname
?:
string
;
icon_name
?:
null
|
string
;
label
:
any
;
name
:
any
;
url
:
any
;
}
,
startPageId
:
number
,
)
:
PageExplorerMenuItemDefinition
Parameters
__namedParameters
:
{
attrs
?:
{}
;
classname
?:
string
;
icon_name
?:
null
|
string
;
label
:
any
;
name
:
any
;
url
:
any
;
}
startPageId
:
number
Returns
PageExplorerMenuItemDefinition
Properties
attrs
attrs
:
{
[
key
:
string
]:
any
}
Optional
class
Names
classNames
?:
string
icon
Name
iconName
:
null
|
string
label
label
:
string
name
name
:
string
start
Page
Id
startPageId
:
number
url
url
:
string
Methods
render
render
(
__namedParameters
:
{
dispatch
:
any
;
navigate
:
any
;
path
:
any
;
slim
:
any
;
state
:
any
;
}
,
)
:
Element
Parameters
__namedParameters
:
{
dispatch
:
any
;
navigate
:
any
;
path
:
any
;
slim
:
any
;
state
:
any
}
Returns
Element
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
attrs
class
Names
icon
Name
label
name
start
Page
Id
url
Methods
render
Wagtail client-side components
Loading...