onContextMenu property

ElementStream<MouseEvent> onContextMenu
@DocsEditable(), @DomName('Element.oncontextmenu')

Stream of contextmenu events handled by this Element.

Implementation

@DomName('Element.oncontextmenu')
@DocsEditable()
ElementStream<MouseEvent> get onContextMenu;