mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
23 lines
748 B
Markdown
23 lines
748 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [TailProperties](./bitburner.tailproperties.md)
|
||
|
|
||
|
## TailProperties interface
|
||
|
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface TailProperties
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Modifiers | Type | Description |
|
||
|
| --- | --- | --- | --- |
|
||
|
| [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 |
|
||
|
|