Home > vae > VaeSchema > reach
Signature:
reach<P extends DotPath<T>>(paths: P[], ctx?: VaeSchemaReachContext, curPath?: VaeSchemaPath): {
[K in P]: VaeSchemaOf<DotPathValue<T, K>>;
};
| Parameter | Type | Description |
|---|---|---|
| paths | P[] | |
| ctx | VaeSchemaReachContext | (Optional) |
| curPath | VaeSchemaPath | (Optional) |
Returns:
{ [K in P]: VaeSchemaOf<DotPathValue<T, K>>; }