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