type property
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;
Implementation
external set type(String value);