Skip to content
InterfaceDebugger & Diagnostics@public

FlxDebuggerOptions

ts
export interface FlxDebuggerOptions

Properties

PropertyModifiersTypeDescription
console-FlxConsoleHeadless command registry to expose in the Console panel.
container-HTMLElementElement to mount the overlay inside. Defaults to document.body.
diagnostics-FlxDiagnosticsBounded metrics collector used by the Perf panel and exports.
initiallyVisible-booleanWhether the debugger starts expanded. Defaults to true.
showLauncherWhenHidden-booleanShow an accessible launcher while minimized. Defaults to true.
toggleKey-string | falseKeyboardEvent.code used to toggle the debugger. Defaults to Backquote.

Released under the MIT License.