tabIndex property - Element class - dart:html library (original) (raw)

description

int? gettabIndex

Implementation

int? get tabIndex native;

settabIndex (int? value)

Implementation

set tabIndex(int? value) native;