@geogirafe/lib-geoportal
Preparing search index...
components/map/tools/contextmenu
MenuEntry
Type Alias MenuEntry
type
MenuEntry
=
{
callback
:
(
e
:
MouseEvent
,
mapCoordinate
:
Coordinate
)
=>
void
;
entry
:
string
;
prepare
?:
(
e
:
MouseEvent
,
mapCoordinate
:
Coordinate
,
)
=>
EntryInteractionType
;
}
Index
Properties
callback
entry
prepare?
Properties
callback
callback
:
(
e
:
MouseEvent
,
mapCoordinate
:
Coordinate
)
=>
void
entry
entry
:
string
Optional
prepare
prepare
?:
(
e
:
MouseEvent
,
mapCoordinate
:
Coordinate
)
=>
EntryInteractionType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
callback
entry
prepare
@geogirafe/lib-geoportal
Loading...