mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 23:08:36 +02:00
API: Make ActiveFragment extend Fragment (#2373)
* DOCUMENTATION: Fix wrong return type of ns.stanek.activeFragments * Make ActiveFragment extend Fragment
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||||
|
||||
[Home](./index.md) > [bitburner](./bitburner.md) > [ActiveFragment](./bitburner.activefragment.md) > [id](./bitburner.activefragment.id.md)
|
||||
|
||||
## ActiveFragment.id property
|
||||
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
id: number;
|
||||
```
|
||||
@@ -8,8 +8,9 @@
|
||||
**Signature:**
|
||||
|
||||
```typescript
|
||||
interface ActiveFragment
|
||||
interface ActiveFragment extends Fragment
|
||||
```
|
||||
**Extends:** [Fragment](./bitburner.fragment.md)
|
||||
|
||||
## Properties
|
||||
|
||||
@@ -50,23 +51,6 @@ number
|
||||
</td><td>
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
[id](./bitburner.activefragment.id.md)
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
number
|
||||
|
||||
|
||||
</td><td>
|
||||
|
||||
|
||||
</td></tr>
|
||||
<tr><td>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user