contextmenu function
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);
}
The [**id**](#attr-id) of a <menu> to use as the contextual menu for this element.
Attribute<GlobalHTMLAttribute> contextmenu(String value) {
return Attribute('contextmenu', value);
}