closeOnSave property

  1. @Input()
bool closeOnSave
getter/setter pair

If true, after a successful save, the panel will attempt to close.

Implementation

@Input()
bool closeOnSave = true;