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

Interface Plugin

packages/app-backend-api/src/plugin.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { PluginDescriptor, SetupFunction } from '@vue/devtools-api'
2
3export interface Plugin {
4 descriptor: PluginDescriptor
5 setupFn: SetupFunction
6 error: Error
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected