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

Interface: ITopicSetContentOptions

types.nope.ITopicSetContentOptions

Defines the data, that are share on event emitting.

Hierarchy

Properties

args

args: any[]

Additional arguments, share during emitting the message.

Inherited from

IEventAdditionalData.args


forced

forced: boolean

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

Inherited from

IEventAdditionalData.forced


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

IEventAdditionalData.sender


timestamp

timestamp: number

A Timestamp of the message

Inherited from

IEventAdditionalData.timestamp


topicOfChange

topicOfChange: string


topicOfContent

topicOfContent: string


topicOfSubscription

topicOfSubscription: string