hostRole property

  1. @HostBinding.new('attr.role')
String? get hostRole

Implementation

@HostBinding('attr.role')
String? get hostRole => selectable ? "button" : null;