Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DDEVListener

Hierarchy

  • DDEVListener

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _remover

context

context: DDEV

handler

handler: Function

once

once: boolean

Optional tag

type

type: string | null | undefined

Methods

match

  • match(type?: string | null, handler?: Function, tag?: DDEVListenerTag): boolean
  • Check match condition by type or handler or tag.

    Parameters

    • Optional type: string | null
    • Optional handler: Function
    • Optional tag: DDEVListenerTag

    Returns boolean

remove

  • remove(): void

trigger

  • trigger(params?: any): void
  • Trigger this listener.

    Parameters

    • Optional params: any

    Returns void

Generated using TypeDoc