MergableObjectRemoteEventArgs <T>
Index
Properties
readonlyconflictReason
Describes conflict reason (if any).
readonlyeventSource
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 representation of the object.
optionalreadonlyremote
Remote representation of object. If remote has been deleted then it will be undefined.
readonlystate
State of the local object.
Represents event for change in remote object.