popover property
The popover
property of the HTMLElement
interface gets and sets an
element's popover state via JavaScript ("auto"
or "manual"
), and can
be used for feature detection.
It reflects the value of the
popover
global HTML attribute.
Implementation
external String? get popover;
Implementation
external set popover(String? value);