Skip to main content

Class: EditionEvent

Defined in: livelink.clients/livelink.base/sources/EditionEvent.ts:7

Extends

  • Event

Extended by

Properties

PropertyModifierTypeDescription
emitterreadonlyClient | nullThe client id that emitted the event.

Methods

isLocal()

isLocal(): boolean;

Defined in: livelink.clients/livelink.base/sources/EditionEvent.ts:16

Returns true if the event was made by the current app.

Returns

boolean


isExternal()

isExternal(): boolean;

Defined in: livelink.clients/livelink.base/sources/EditionEvent.ts:23

Returns true if the event was made by another user from another instance of the app or even another app.

Returns

boolean