2022-10-21 17:16:00 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [AutocompleteData](./bitburner.autocompletedata.md)
|
|
|
|
|
|
|
|
## AutocompleteData interface
|
|
|
|
|
|
|
|
Used for autocompletion
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
**Signature:**
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
interface AutocompleteData
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2023-02-11 19:18:50 +01:00
|
|
|
| Property | Modifiers | Type | Description |
|
|
|
|
| --- | --- | --- | --- |
|
2024-06-14 08:56:27 +02:00
|
|
|
| [enums](./bitburner.autocompletedata.enums.md) | | [NSEnums](./bitburner.nsenums.md) | |
|
2023-02-11 19:18:50 +01:00
|
|
|
| [scripts](./bitburner.autocompletedata.scripts.md) | | string\[\] | |
|
|
|
|
| [servers](./bitburner.autocompletedata.servers.md) | | string\[\] | |
|
|
|
|
| [txts](./bitburner.autocompletedata.txts.md) | | string\[\] | |
|
2022-10-21 17:16:00 +02:00
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
|
|
| Method | Description |
|
|
|
|
| --- | --- |
|
|
|
|
| [flags(schema)](./bitburner.autocompletedata.flags.md) | |
|
|
|
|
|