MCPcopy
hub / github.com/PrefectHQ/prefect / RouteMeta

Interface RouteMeta

ui/src/vue-router.d.ts:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare module 'vue-router' {
5 interface RouteMeta {
6 guards?: RouteGuard[],
7 filters?: { visible?: boolean, disabled?: boolean },
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…