contextmenu constant

String const contextmenu

MouseEvent Fired when the user pushes the right mouse button on the map, prevents default browser context menu from showing if there are listeners on this event. Also fired on mobile when the user holds a single touch for a second (also called long press).

Implementation

static const contextmenu = 'contextmenu';