MessageHook: IMessageHook | ((handler: IMessageHandler, msg: Message) => boolean)

A type alias for message hook object or function.

Notes

The signature and semantics of a message hook function are the same as the messageHook method of IMessageHook.

Generated using TypeDoc