Options
All
  • Public
  • Public/Protected
  • All
Menu

Module @harpsealjs/event

Index

References

EventAPI

Re-exports EventAPI

EventBindChain

Re-exports EventBindChain

EventCommonChain

Re-exports EventCommonChain

EventEmitChain

Re-exports EventEmitChain

EventListener

Re-exports EventListener

EventMonad

Re-exports EventMonad

createMonad

Re-exports createMonad

Type aliases

EventBindChain

EventBindChain: TypedChainable2<string, EventListener, EventAPI>

EventCommonChain

EventCommonChain: Chainable<EventAPI>

EventEmitChain

EventEmitChain: TypedChainable2<string, any[], EventAPI>

EventMonad

EventMonad: Monad<EventAPI>

Functions

Const create

Const createMonad

Const emit

  • emit(action: string, data?: any[]): (Anonymous function)
  • Parameters

    • action: string
    • Optional data: any[]

    Returns (Anonymous function)

Const off

Const on

Const once

Generated using TypeDoc