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

    Variable resolverContextConst

    resolverContext: ContextPort<SvelteComponentResolver | undefined> = ...

    Context port for the active SvelteComponentResolver.

    The ContextPort.consume side returns undefined when no resolver has been provided in the current component subtree — the Svelte dispatcher then falls through to the headless resolver, matching the React adapter's behaviour with its UserResolverContext default value.