shieldClick property

  1. @Output()
Stream<void> get shieldClick

A stream of click events on the modal.

Only is active if preventInteraction is true.

Implementation

@Output()
Stream<void> get shieldClick;