InterfaceDebugger & Diagnostics@public
FlxConsoleCommand
A command explicitly exposed to the debugger console.
ts
export interface FlxConsoleCommandProperties
| Property | Modifiers | Type | Description |
|---|---|---|---|
aliases | readonly | readonly string[] | - |
description | readonly | string | - |
execute | readonly | (context: FlxConsoleCommandContext) => unknown | Promise<unknown> | - |
name | readonly | string | - |
usage | readonly | string | - |