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