contextmenu function

Attribute<GlobalHTMLAttribute> contextmenu(
  1. String value
)

The [**id**](#attr-id) of a <menu> to use as the contextual menu for this element.

Implementation

Attribute<GlobalHTMLAttribute> contextmenu(String value) {
  return Attribute('contextmenu', value);
}