`BasePanel` uses `AsyncConnection.prototype.emitEntityChanged` to emit `${entityCode}:changed` event.
BasePanel
uses AsyncConnection.prototype.emitEntityChanged
to emit ${entityCode}:changed
event.
Example: We have a vue based parent control (u-table-entity
or tree) and an ext based child form and we want to refresh parent on any child changes.
Edited by Havryliuk Stepan