Skip to main content

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