2023-07-08 00:23:26 +02:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [NS](./bitburner.ns.md) > [printRaw](./bitburner.ns.printraw.md)
|
|
|
|
|
|
|
|
## NS.printRaw() method
|
|
|
|
|
|
|
|
Prints a ReactNode to the script logs.
|
|
|
|
|
|
|
|
**Signature:**
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
printRaw(node: ReactNode): void;
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2023-10-03 02:14:44 +02:00
|
|
|
| node | [ReactNode](./bitburner.reactnode.md) | The React node to be printed. |
|
2023-07-08 00:23:26 +02:00
|
|
|
|
|
|
|
**Returns:**
|
|
|
|
|
|
|
|
void
|
|
|
|
|
|
|
|
## Remarks
|
|
|
|
|
|
|
|
RAM cost: 0 GB
|
|
|
|
|
|
|
|
See [ReactNode](./bitburner.reactnode.md) type for the acceptable values.
|
|
|
|
|