Context key identifying the LitComponentResolver provided at
a host element. Re-used by every built-in <sc-*> Custom Element so
a single <schema-component> provider seeds the whole subtree —
matching the behaviour of <SchemaProvider> on the React side.
The literal "sc-resolver" value is the runtime key carried in the
Context Protocol's context-request event; consumers and providers
must use the same Context object (not just the same string) to
match, which is why this is exported rather than redeclared per
element.
Context key identifying the LitComponentResolver provided at a host element. Re-used by every built-in
<sc-*>Custom Element so a single<schema-component>provider seeds the whole subtree — matching the behaviour of<SchemaProvider>on the React side.The literal
"sc-resolver"value is the runtime key carried in the Context Protocol'scontext-requestevent; consumers and providers must use the sameContextobject (not just the same string) to match, which is why this is exported rather than redeclared per element.