Interface IHooks

Index

Methods

Methods

public Add(hook: any, priority: number): ICallbackObject

Parameters

  • hook: any
  • priority: number

Returns

ICallbackObject

public Execute(): ICallbackObject

Returns

ICallbackObject

public Remove(hook: ICallbackObject)

Parameters