tabIndexStr property

  1. @HostBinding('attr.tabindex')
  2. @visibleForTesting
  3. @visibleForTemplate
String get tabIndexStr

Current tab index, depends on state of disabled and selection status if in group.

Implementation

@HostBinding('attr.tabindex')
@visibleForTesting
@visibleForTemplate
String get tabIndexStr => tabIndex.toString();