The DebugController is responsible for all communication regarding Debugging. Methods inside this controller can be called by window.SDK.debug.{method-name}
window.SDK.debug.{method-name}
This method disables the debugging
This method enables the debugging
This method returns all debug logs
list of all debug logs
This method toggles the showcase of debug panel
Generated using TypeDoc
The DebugController is responsible for all communication regarding Debugging. Methods inside this controller can be called by
window.SDK.debug.{method-name}