Experimental
Removes all registrations that match both the specified listener and the specified event.
The named event.
The event listener.
Experimental
Registers the provided listener for the specified event. If on()
is called more than once with the same listener and event, the listener is added multiple times to its listener registry. Therefore, as an example, assuming the same listener is registered twice using on()
, and an event is emitted once, the listener would be invoked twice.
The named event to listen for.
The event listener.
A OnLiveObjectLifecycleEventResponse object that allows the provided listener to be deregistered from future updates.
Experimental
Registers a listener that is called each time this LiveObject is updated.
An event listener function that is called with an update object whenever this LiveObject is updated.
A SubscribeResponse object that allows the provided listener to be deregistered from future updates.
Experimental
Deregisters the given listener from updates for this LiveObject.
An event listener function.
Generated using TypeDoc
Describes the common interface for all conflict-free data structures supported by the Objects.