menu
ngcomponents package
documentation
scorecard/scorecard.dart
ScorecardComponent
hostTabIndex property
hostTabIndex property
dark_mode
light_mode
hostTabIndex
property
@HostBinding.new('attr.tabindex')
String
?
get
hostTabIndex
Implementation
@HostBinding('attr.tabindex') String? get hostTabIndex => selectable ? "0" : null;
ngcomponents package
documentation
scorecard/scorecard
ScorecardComponent
hostTabIndex property
ScorecardComponent class