shieldClick property
A stream of click events on the modal.
Only is active if preventInteraction is true.
Implementation
@Output()
Stream<void> get shieldClick;
A stream of click events on the modal.
Only is active if preventInteraction is true.
@Output()
Stream<void> get shieldClick;