Wagtail client-side components
Preparing search index...
components/Sidebar/Sidebar
SidebarProps
Interface SidebarProps
interface
SidebarProps
{
collapsedOnLoad
:
boolean
;
currentPath
:
string
;
modules
:
ModuleDefinition
[]
;
navigate
(
url
:
string
)
:
Promise
<
void
>
;
onExpandCollapse
(
collapsed
:
boolean
)
:
any
;
}
Index
Properties
collapsed
On
Load
current
Path
modules
Methods
navigate
on
Expand
Collapse?
Properties
collapsed
On
Load
collapsedOnLoad
:
boolean
current
Path
currentPath
:
string
modules
modules
:
ModuleDefinition
[]
Methods
navigate
navigate
(
url
:
string
)
:
Promise
<
void
>
Parameters
url
:
string
Returns
Promise
<
void
>
Optional
on
Expand
Collapse
onExpandCollapse
(
collapsed
:
boolean
)
:
any
Parameters
collapsed
:
boolean
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collapsed
On
Load
current
Path
modules
Methods
navigate
on
Expand
Collapse
Wagtail client-side components
Loading...