MCPcopy
hub / github.com/vuejs/devtools-v6 / inspectComponent

Method inspectComponent

packages/app-backend-api/src/api.ts:125–132  ·  view source on GitHub ↗
(instance: ComponentInstance, app: App)

Source from the content-addressed store, hash-verified

123 }
124
125 async inspectComponent(instance: ComponentInstance, app: App) {
126 const payload = await this.callHook(Hooks.INSPECT_COMPONENT, {
127 app,
128 componentInstance: instance,
129 instanceData: null,
130 })
131 return payload.instanceData
132 }
133
134 async getComponentBounds(instance: ComponentInstance) {
135 const payload = await this.callHook(Hooks.GET_COMPONENT_BOUNDS, {

Callers 4

index.jsFile · 0.45
setupFunction · 0.45
setupFunction · 0.45

Calls 1

callHookMethod · 0.95

Tested by

no test coverage detected