Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: string

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Protected events

events: Array<EventDescriptor<T>>

Methods

fire

  • fire(eventName: T | Array<T>, data?: ParentEvent<T>): this

off

  • off(eventName?: T, callback?: Function): this

on

  • on(eventName: T, callback1: Function, callback2?: Function): this

once

  • once(eventName: T, callback1: Function, callback2?: Function): this

Legend

  • Namespace
  • Object literal
  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Method
  • Enumeration
  • Interface
  • Protected property

Generated using TypeDoc