autofocus property - TextAreaElement class - dart:html library (original) (raw)
bool getautofocus
Implementation
bool get autofocus native;
setautofocus (bool value)
Implementation
set autofocus(bool value) native;
bool getautofocus
bool get autofocus native;
setautofocus (bool value)
set autofocus(bool value) native;