API: Make ActiveFragment extend Fragment (#2373)

* DOCUMENTATION: Fix wrong return type of ns.stanek.activeFragments

* Make ActiveFragment extend Fragment
This commit is contained in:
catloversg
2025-10-31 00:27:58 +07:00
committed by GitHub
parent a69ee132f9
commit 174e160348
5 changed files with 14 additions and 40 deletions

View File

@@ -5816,8 +5816,7 @@ interface Fragment {
}
/** @public */
interface ActiveFragment {
id: number;
interface ActiveFragment extends Fragment {
highestCharge: number;
numCharge: number;
rotation: number;