role property

  1. @Input()
String? role
getter/setter pair

Role of this component used for a11y.

Implementation

@Input()
String? role;