Skip to content

Field

Import from @varavel/vdl-plugin-sdk.

type Field = object;

Flattened object/type field definition

Properties

Property Type Description
annotations Annotation[] Field annotations in source order
doc? string Optional field documentation
name string Field name
optional boolean True when the field is optional (?)
position Position Source position of this field
typeRef TypeRef Normalized field type reference