MCPcopy
hub / github.com/graphql/graphiql / onDidChange

Method onDidChange

packages/monaco-graphql/src/api.ts:68–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66 }
67
68 public get onDidChange(): monaco.IEvent<MonacoGraphQLAPI> {
69 return this._onDidChange.event;
70 }
71
72 public get languageId(): string {
73 return this._languageId;

Callers 3

constructorMethod · 0.45
setupModeFunction · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected