popupType property

  1. @Input()
String popupType
getter/setter pair

The value for aria-haspopup.

See https://www.w3.org/TR/wai-aria-1.1/#aria-haspopup for valid values.

Implementation

@Input()
String popupType = 'dialog';