DeclareContextMenu

Open context menu when user click right button.

abstract
class DeclareContextMenu : DeclareSignals!(Element, "onContextMenu", setting)(
Element
setting...
) {}

Constructors

this
this(T args)
Undocumented in source.

Members

Functions

menuPage
HTMLPage menuPage()
Undocumented in source.
onContextMenu
void onContextMenu(WeakRef!(const(JSArrayCpp)) )
Undocumented in source. Be warned that the author may not have intended to support it.

Meta