mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
14 lines
560 B
Markdown
14 lines
560 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [RunningScript](./bitburner.runningscript.md) > [title](./bitburner.runningscript.title.md)
|
||
|
|
||
|
## RunningScript.title property
|
||
|
|
||
|
The title, as shown in the script's log box. Defaults to the name + args, but can be changed by the user. If it is set to a React element (only by the user), that will not be persisted, and will be restored to default on load.
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
title: string | ReactElement;
|
||
|
```
|