Interface IEventOptions

Descriptor of an Property.

Export

IEventOptions

Hierarchy

  • IEventOptions

Properties

isDynamic?: boolean

Flag, to indicate, that the Item is dynamic.

Memberof

IEventOptions

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

Mode of the Property Connection.

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

Schema of the Property.

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

Generated using TypeDoc