Skip to main content

MergableObjectRemoteEventArgs <T>

Represents event for change in remote object.

Index

Properties

readonlyconflictReason

conflictReason: MergableObjectConflict

Describes conflict reason (if any).

readonlyeventSource

eventSource: Remote

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.

optionalreadonlyremote

remote?: T

Remote representation of object. If remote has been deleted then it will be undefined.

readonlystate

State of the local object.