Wagtail client-side components
Preparing search index...
components/Minimap/Minimap
MinimapProps
Interface MinimapProps
interface
MinimapProps
{
anchorsContainer
:
HTMLElement
;
container
:
HTMLElement
;
links
:
readonly
MinimapMenuItem
[]
;
onUpdate
:
(
container
:
HTMLElement
)
=>
void
;
toggleAllPanels
:
(
expanded
:
boolean
)
=>
void
;
}
Index
Properties
anchors
Container
container
links
on
Update
toggle
All
Panels
Properties
anchors
Container
anchorsContainer
:
HTMLElement
container
container
:
HTMLElement
links
links
:
readonly
MinimapMenuItem
[]
on
Update
onUpdate
:
(
container
:
HTMLElement
)
=>
void
toggle
All
Panels
toggleAllPanels
:
(
expanded
:
boolean
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
anchors
Container
container
links
on
Update
toggle
All
Panels
Wagtail client-side components
Loading...