Wagtail client-side components
Preparing search index...
components/Sidebar/menu/MenuItem
MenuItemRenderContext
Interface MenuItemRenderContext
interface
MenuItemRenderContext
{
path
:
string
;
slim
:
boolean
;
state
:
MenuState
;
dispatch
(
action
:
MenuAction
)
:
any
;
navigate
(
url
:
string
)
:
Promise
<
void
>
;
}
Index
Properties
path
slim
state
Methods
dispatch
navigate
Properties
path
path
:
string
slim
slim
:
boolean
state
state
:
MenuState
Methods
dispatch
dispatch
(
action
:
MenuAction
)
:
any
Parameters
action
:
MenuAction
Returns
any
navigate
navigate
(
url
:
string
)
:
Promise
<
void
>
Parameters
url
:
string
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
slim
state
Methods
dispatch
navigate
Wagtail client-side components
Loading...