tabIndex property

int? tabIndex
finalinherited

The tabindex attribute specifies the tab order of an dom node (when the "tab" button is used for navigating).

Implementation

final int? tabIndex;