MCPcopy Create free account
hub / github.com/MirrowApp/mirrow / JsEventDirective

Interface JsEventDirective

packages/core/src/compiler/ast.ts:64–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64export interface JsEventDirective {
65 type: "JsEvent";
66 name: string;
67 dataId: string;
68 block: string;
69 position: SourcePosition;
70}
71
72export interface AttributeNode {
73 type: "Attribute";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected