field
Import from @varavel/vdl-plugin-sdk/testing.
Creates a Field with the given name and type.
Pass overrides to set optional, annotations, or doc.
Parameters
| Parameter | Type | Description |
|---|---|---|
name |
string |
Field name. |
typeRef |
TypeRef |
Field type reference. |
overrides |
Partial\<Omit\<Field, "position" | "name" | "annotations" | "optional" | "typeRef">> & object |
Optional field overrides. |
Returns
A Field with defaults applied.