Options
All
  • Public
  • Public/Protected
  • All
Menu

External module event

Index

Type aliases

OnoffHandler

OnoffHandler: function

A handler for unregistration events.

Type declaration

    • Parameters

      • connection: Connection

        a connection object containing information of registered handler

      • isLast: boolean

        true if this is a last connection of an event identified by Connection.type

      Returns void

OnonHandler

OnonHandler: function

A handler for registration events.

Type declaration

    • (connection: Connection, isFirst: boolean): void
    • Parameters

      • connection: Connection

        a connection object containing information of registered handler

      • isFirst: boolean

        true if this is a first connection of an event identified by Connection.type

      Returns void

Generated using TypeDoc