Class: EditionEvent
Defined in: livelink.js/sources/EditionEvent.ts:6
Extends
Event
Extended by
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
emitter | readonly | Client | null | The client id that emitted the event. |
Methods
isLocal()
isLocal(): boolean;
Defined in: livelink.js/sources/EditionEvent.ts:15
Returns true if the event was made by the current app.
Returns
boolean
isExternal()
isExternal(): boolean;
Defined in: livelink.js/sources/EditionEvent.ts:22
Returns true if the event was made by another user from another instance of the app or even another app.
Returns
boolean