headerAriaLevel property

  1. @Input()
int? headerAriaLevel
getter/setter pair

Level of the heading.

If null, the heading will not have role="heading".

Implementation

@Input()
int? headerAriaLevel;