Type alias DebugAction

DebugAction: ((message, icon, source?) => any)

A debug action.

Type declaration

    • (message, icon, source?): any
    • Parameters

      • message: string

        The message text.

      • icon: DebugIcon

        The icon.

      • Optional source: Nilable<string>

        The name of the optional source.

      Returns any

Generated using TypeDoc