Components Interactions Examples Tutorials API FAQ
Options
Menu

Interface Dispatch

Hierarchy

  • Dispatch

Indexable

[event: string]: function
    • (...args: any[]): void
    • Parameters

      • Rest ...args: any[]

      Returns void

Index

Methods

Methods

on

  • on(type: string): function
  • on(type: string, listener: function): Dispatch
  • Parameters

    • type: string

    Returns function

      • (...args: any[]): void
      • Parameters

        • Rest ...args: any[]

        Returns void

  • Parameters

    • type: string
    • listener: function
        • (...args: any[]): any
        • Parameters

          • Rest ...args: any[]

          Returns any

    Returns Dispatch

Generated using TypeDoc