Home / @sym20/core-chat / IOverlayView / subscribe

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

ParameterTypeDescription
fn() => void

Throws

Error