MCPcopy
hub / github.com/single-spa/single-spa / SingleSpaNewAppStatus

Interface SingleSpaNewAppStatus

typings/single-spa.d.ts:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 };
137
138 interface SingleSpaNewAppStatus {
139 [key: string]:
140 | "MOUNTED"
141 | "NOT_MOUNTED"
142 | "NOT_LOADED"
143 | "SKIP_BECAUSE_BROKEN";
144 }
145 interface SingleSpaAppsByNewStatus {
146 [MOUNTED]: string[];
147 [NOT_MOUNTED]: string[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…