Skip to content
InterfaceDebugger & Diagnostics@public

FlxConsoleCommand

A command explicitly exposed to the debugger console.

ts
export interface FlxConsoleCommand

Properties

PropertyModifiersTypeDescription
aliasesreadonlyreadonly string[]-
descriptionreadonlystring-
executereadonly(context: FlxConsoleCommandContext) => unknown | Promise<unknown>-
namereadonlystring-
usagereadonlystring-

Released under the MIT License.