type property
String
get
type
The type
property of the HTMLButtonElement interface is a string
that indicates the behavior type of the button
element.
It reflects the
type
attribute of the button
element.
Implementation
external String get type;
set
type
(String value)
Implementation
external set type(String value);