Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

agents

Protected events

events: Array<EventDescriptor<string>>

modules

modulesInstances

modulesInstances: Map<typeof AbstractModule, Array<any>> = new Map<typeof AbstractModule, Array<any>>()

viewer

viewer: Viewer

Methods

fire

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

off

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

on

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

once

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

Legend

  • Namespace
  • Object literal
  • Variable
  • Function
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Enumeration
  • Interface
  • Inherited method

Generated using TypeDoc