Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "HaveEvent"

Index

Functions

Functions

Const HaveEvent

events

events: string[]

emit

  • emit(event: string, data?: __type): HaveEvent

on

  • on(event: string, callback: function, data?: __type): HaveEvent
  • Parameters

    • event: string
    • callback: function
        • (save: __type, result: __type): void
        • Parameters

          • save: __type
          • result: __type

          Returns void

    • Optional data: __type

    Returns HaveEvent

Generated using TypeDoc