Skip to content

ConstantDef

Import from @varavel/vdl-plugin-sdk.

type ConstantDef = object;

Fully resolved constant definition.

value contains the fully resolved literal payload.

Properties

Property Type Description
annotations Annotation[] Constant annotations in source order
doc? string Optional constant documentation
name string Constant name
position Position Source position of this definition
value LiteralValue Fully resolved constant value