open property

  1. @Output()
Stream<AsyncAction<bool>?> get open

Event fired when panel is trying to open.

This action may be cancelled.

Implementation

@Output()
Stream<AsyncAction<bool>?> get open => _openController.stream;