menu
ScopePage
import { ScopePage } from "destack:debug";
Debug scope list page.
1export struct ScopePage {2 scopes: Scope[];3 next: ScopeId;4}import { ScopePage } from "destack:debug";
Debug scope list page.
1export struct ScopePage {2 scopes: Scope[];3 next: ScopeId;4}