save property

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

Event fired when panel is saved.

Implementation

@Output()
Stream<AsyncAction<bool>?> get save => _saveController.stream;