Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Hook

Hierarchy

  • Hook

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Hook(__namedParameters: { callback: Function; event_matcher: EventMatcher; is_blocking: boolean }): Hook
  • Parameters

    • __namedParameters: { callback: Function; event_matcher: EventMatcher; is_blocking: boolean }
      • callback: Function
      • event_matcher: EventMatcher
      • is_blocking: boolean

    Returns Hook

Properties

callback

callback: Function

event_matcher

event_matcher: EventMatcher

is_blocking

is_blocking: boolean

Methods

appliesTo

  • Parameters

    Returns boolean

Generated using TypeDoc