popover property

String? get popover
inherited

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;
set popover (String? value)
inherited

Implementation

external set popover(String? value);