paneId property

  1. @HostBinding('attr.pane-id')
String? get paneId

The popup pane ID, which is added to the DOM (as pane-id) for testing.

Implementation

@HostBinding('attr.pane-id')
String? get paneId => _overlayRef?.uniqueId;