disabled property - LinkElement class - dart:html library (original) (raw)

description

bool? getdisabled

Implementation

bool? get disabled native;

setdisabled (bool? value)

Implementation

set disabled(bool? value) native;