InterfaceDebugger & Diagnostics@public
FlxDebuggerOptions
ts
export interface FlxDebuggerOptions1
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
console | - | FlxConsole | Headless command registry to expose in the Console panel. |
container | - | HTMLElement | Element to mount the overlay inside. Defaults to document.body. |
diagnostics | - | FlxDiagnostics | Bounded metrics collector used by the Perf panel and exports. |
initiallyVisible | - | boolean | Whether the debugger starts expanded. Defaults to true. |
showLauncherWhenHidden | - | boolean | Show an accessible launcher while minimized. Defaults to true. |
toggleKey | - | string | false | KeyboardEvent.code used to toggle the debugger. Defaults to Backquote. |