disabled property
bool
get
disabled
The HTMLButtonElement.disabled
property indicates whether the
control is disabled, meaning that it does not accept any clicks.
Implementation
external bool get disabled;
set
disabled
(bool value)
Implementation
external set disabled(bool value);