inputAriaExpanded property

  1. @Input.new()
bool? inputAriaExpanded
getter/setter pair

Whether or not the expandable element referred to by inputAriaOwns is currently visible.

Implementation

@Input()
bool? inputAriaExpanded;