createDataSpecProxy
createDataSpecProxy<
T>(builder?):DataSpecProxy<T>
Defined in: extract/data-spec-builder.ts:131
Create a Proxy-based spec builder that provides direct property access for known data shapes.
Wraps a SpecBuilder and converts property access to .get(key) calls,
while forwarding known SpecBuilder methods directly.
Type Parameters
Section titled “Type Parameters”T = unknown
Parameters
Section titled “Parameters”builder?
Section titled “builder?”Optional SpecBuilder to wrap (defaults to root)
Returns
Section titled “Returns”A DataSpecProxy with typed property access