MCPcopy Create free account
hub / github.com/Houseofmvps/codesight / BrightScriptObserver

Interface BrightScriptObserver

src/ast/extract-brightscript.ts:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import type { ExportItem } from "../types.js";
19
20export interface BrightScriptObserver {
21 field: string;
22 handler: string;
23 scope: "top" | "global" | "other";
24 line: number;
25}
26
27export interface ShowScreenCall {
28 target: string; // variable/expression referenced (e.g. "m.homeView" or "homeView")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected