init
A function that is called immediately, with both the object and a callback to remove the listener.
init?: (object: T, stop: () => void) => void;
Related
type ObservableObject.Listener static
Type definition for a callback, or set of callbacks that can be passed to the ObservableObject.listen method.
