ObjectPropertyMeta
Experimental
Property definition for object schema.
Sinceβ
2.0.0
Propertiesβ
name: stringβ
Experimental
The property name
optional?: booleanβ
Experimental
Whether the property is optional
schema?: GenericSchemaβ
Experimental
The schema for this property (used for nested generation)
generateCode()?: (varName, ctx) => objectβ
Experimental
Code generator function for this property's value
varName:
string
ctx:GeneratorContext
Returns:object
code: string[]β
ctxβ
ctx:
GeneratorContext