noAriaDescribedBy property

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

The description which will be set to no button's aria-describedby.

Implementation

@Input()
String? noAriaDescribedBy;