modules.IEventOptions - ZeMA-gGmbH/NoPE-JS GitHub Wiki

Interface: IEventOptions

modules.IEventOptions

Descriptor of an Property.

Export

IEventOptions

Properties

isDynamic

Optional isDynamic: boolean

Flag, to indicate, that the Item is dynamic.

Memberof

IEventOptions


mode

mode: "subscribe" | "publish" | ("subscribe" | "publish")[]

Mode of the Property Connection.


schema

schema: INopeDescriptor | { getter: INopeDescriptor ; internal: INopeDescriptor ; setter: INopeDescriptor }

Schema of the Property.


topic

topic: string | { publish?: string ; subscribe?: string }