Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 560 Bytes

File metadata and controls

13 lines (8 loc) · 560 Bytes

Home > bitburner > RunningScript > title

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:

title: string | ReactElement;