schema-components - v3.7.0
    Preparing search index...

    Variable VUE_RESOLVER_KEYConst

    VUE_RESOLVER_KEY: InjectionKey<ResolverContextShape> = ...

    Vue InjectionKey for the active ResolverContextShape.

    Exported so theme adapters and downstream Vue components can read or provide the resolver directly through Vue's inject / provide — the VueResolverContext port wraps these calls but the raw symbol is available for callers that need custom composition (e.g. a Pinia store that wants to read the active resolver in an action).