Wagtail client-side components
Preparing search index...
components/Sidebar/menu/LinkMenuItem
LinkMenuItemDefinition
Class LinkMenuItemDefinition
Hierarchy (
View Summary
)
LinkMenuItemDefinition
PageExplorerMenuItemDefinition
Implements
MenuItemDefinition
Index
Constructors
constructor
Properties
attrs
class
Names?
icon
Name
label
name
url
Methods
render
Constructors
constructor
new
LinkMenuItemDefinition
(
__namedParameters
:
{
attrs
?:
{}
;
classname
?:
string
;
icon_name
?:
null
|
string
;
label
:
any
;
name
:
any
;
url
:
any
;
}
,
)
:
LinkMenuItemDefinition
Parameters
__namedParameters
:
{
attrs
?:
{}
;
classname
?:
string
;
icon_name
?:
null
|
string
;
label
:
any
;
name
:
any
;
url
:
any
;
}
Returns
LinkMenuItemDefinition
Properties
attrs
attrs
:
{
[
key
:
string
]:
any
}
Optional
class
Names
classNames
?:
string
icon
Name
iconName
:
null
|
string
label
label
:
string
name
name
:
string
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
url
Methods
render
Wagtail client-side components
Loading...