Skip to content

SourcesOf ​

Provenance of every input of one surface, keyed by input name.

An input that resolved no value has no record, so every member is optional in value even though the key set is the surface's own.

Signatures ​

ts
type SourcesOf<T> = { + [K in keyof T]: ResolutionProvenance | undefined };

See Also ​

Released under the MIT License.