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

    Variable userResolverPortConst

    userResolverPort: ContextPort<SolidComponentResolver | undefined> = ...

    Solid binding of ContextPort for the user resolver context.

    Exposed primarily so the ContextPort contract has a concrete Solid implementation alongside the React, Vue and Svelte bindings — generic consumers (cross-framework testing, port-driven adapters) can read the resolver without depending on Solid's native context shape. The Solid SchemaProvider component performs the actual <Context.Provider> wrapping in its template.