Files
bitburner-src/markdown/bitburner.tailproperties.md
T

24 lines
903 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [TailProperties](./bitburner.tailproperties.md)
## TailProperties interface
**Signature:**
```typescript
interface TailProperties
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [fontSize](./bitburner.tailproperties.fontsize.md) | | number | The font size of the tail window. Defaults to the font size set in the style editor. |
| [height](./bitburner.tailproperties.height.md) | | number | Height of the log window content area |
| [width](./bitburner.tailproperties.width.md) | | number | Width of the log window content area |
| [x](./bitburner.tailproperties.x.md) | | number | X-coordinate of the log window |
| [y](./bitburner.tailproperties.y.md) | | number | Y-coordinate of the log window |