mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-13 00:37:40 +01:00
16 lines
659 B
Markdown
16 lines
659 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [AutocompleteData](./bitburner.autocompletedata.md) > [command](./bitburner.autocompletedata.command.md)
|
|
|
|
## AutocompleteData.command property
|
|
|
|
The raw command string that you have typed until you press \[Tab\] to use the autocomplete feature.
|
|
|
|
For example, if you type `[Space]run test.js[Space][Space][Space][Press tab to use autocomplete]`<!-- -->, "command" will contain all space characters (1 space character before "run" and 3 space characters after ".js").
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
command: string;
|
|
```
|