IOverlayView.subscribe() method
Subscribe to changes in the view that should cause the container view to render the overlay view again.
The subscription is active until the overlay view is closed.
More specifically, subscribers will be notified when the value of getDockingMode()
changes.
Signature
subscribe(fn: () => void): void;
Parameters
Parameter | Type | Description |
---|---|---|
fn | () => void |
Throws
Error |
---|