Home > vae > VaeSchema > reach
Signature:
reach<P extends DotPath<T>>(path: P, ctx?: VaeSchemaReachContext, curPath?: VaeSchemaPath): VaeSchemaOf<DotPathValue<T, P>>;
Parameter | Type | Description |
---|---|---|
path | P | |
ctx | VaeSchemaReachContext | (Optional) |
curPath | VaeSchemaPath | (Optional) |
Returns:
VaeSchemaOf<DotPathValue<T, P>>