popoverTargetAction property
String
get
popoverTargetAction
The popoverTargetAction
property of the HTMLButtonElement
interface gets and sets the action to be performed ("hide"
, "show"
, or
"toggle"
) on a popover element being controlled by a 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);