WebCola
Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: EventTarget

Hierarchy

  • Dispatch

Index

Methods

Methods

apply

  • apply(type: string, that?: T, args?: any[]): void
  • Parameters

    • type: string
    • Optional that: T
    • Optional args: any[]

    Returns void

call

  • call(type: string, that?: T, ...args: any[]): void
  • Parameters

    • type: string
    • Optional that: T
    • Rest ...args: any[]

    Returns void

copy

  • Returns Dispatch<T>

on

  • on(typenames: string): function
  • on(typenames: string, callback: null)
  • on(typenames: string, callback: function)
  • Parameters

    • typenames: string

    Returns function

      • (this: T, ...args: any[]): void
      • Parameters

        • this: T
        • Rest ...args: any[]

        Returns void

  • Parameters

    • typenames: string
    • callback: null
  • Parameters

    • typenames: string
    • callback: function
        • (this: T, ...args: any[]): void
        • Parameters

          • this: T
          • Rest ...args: any[]

          Returns void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc