types.nope.IExternalEventMsg - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IExternalEventMsg

types.nope.IExternalEventMsg

Element, showing the changes, of data. This contains the path and the updated data.

Hierarchy

Properties

args

args: any[]

Additional arguments, share during emitting the message.

Inherited from

IIncrementalChange.args


data

data: unknown

Inherited from

IIncrementalChange.data


forced

forced: boolean

Flag to indicate, that the message must be emitted or not

Inherited from

IIncrementalChange.forced


path

path: string

The Topic, on which it was hosted

Overrides

IIncrementalChange.path


sender

sender: string

An Id of an element that emits the change. This id can be used to determine cycles in the emitting process

Inherited from

IIncrementalChange.sender


timestamp

timestamp: number

A Timestamp of the message

Inherited from

IIncrementalChange.timestamp