Skip to main content

MergableObjectLocalEventArgs <T>

Represents event for change in local object.

Index

Properties

readonlyeventSource

eventSource: Local

Determines if the event was raised due to a change in the local or a remote object. Use in discriminant union checks to get type guard.

readonlylocal

local: T

Local representation of the object.

readonlystate

State of the local object.

Page Options