Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

Methods

Properties

cancelled: boolean

Whether the client is still connected.

metadata: Metadata

The metadata associated with the command.

Methods

  • on(eventType: string, callback: ((...args: any[]) => void | Reply<any>)): void
  • Register an event handler.

    Parameters

    • eventType: string

      The type of the event

    • callback: ((...args: any[]) => void | Reply<any>)

      The callback to handle the event

        • (...args: any[]): void | Reply<any>
        • Parameters

          • Rest ...args: any[]

          Returns void | Reply<any>

    Returns void

    nothing or a Reply for StreamedInContext.end events

Generated using TypeDoc