Function: executeConsoleCommand()
ts
function executeConsoleCommand(command: string, ...args: AnyArgs): void;Execute console command and concatenate provided parameters for propagation.
Parameters
| Parameter | Type | Description |
|---|---|---|
command | string | Console command. |
...args | AnyArgs | List of arguments to provide for command. |
Returns
void