output
    Preparing search index...

    Variable EventConst

    Event: { emit(eventName: string, payload?: object): boolean }

    Tools to interact with Events

    Type Declaration

    • emit: function
      • Emits an event on step message bus.

        Parameters

        • eventName: string

          The name of the event to emit

        • Optionalpayload: object

          An optional payload to send to the event.

        Returns boolean