popoverTargetAction property
String
get
popoverTargetAction
The popoverTargetAction property of the HTMLInputElement interface
gets and sets the action to be performed ("hide", "show", or
"toggle") on a popover element being controlled by an input element of
type="button".
It reflects the value of the
popovertargetaction
HTML attribute.
Implementation
external String get popoverTargetAction;
set
popoverTargetAction
(String value)
Implementation
external set popoverTargetAction(String value);