UI: LogBox overhaul (#508)

This commit is contained in:
David Walker
2023-05-26 05:07:37 -07:00
committed by GitHub
parent 113af6e711
commit 4503da6226
26 changed files with 431 additions and 114 deletions
+22
View File
@@ -0,0 +1,22 @@
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [ReactElement](./bitburner.reactelement.md)
## ReactElement interface
A stand-in for the real React.ReactElement, which API-extractor doesn't know about. Don't try to create one of these by hand; use React.createElement().
**Signature:**
```typescript
interface ReactElement
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [key](./bitburner.reactelement.key.md) | | string \| number \| null | |
| [props](./bitburner.reactelement.props.md) | | any | |
| [type](./bitburner.reactelement.type.md) | | string \| ((props: any) =&gt; [ReactElement](./bitburner.reactelement.md) \| null) \| (new (props: any) =&gt; object) | |