mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
UI: LogBox overhaul (#508)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<!-- 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;
|
||||
```
|
||||
Reference in New Issue
Block a user