Import from @varavel/vdl-plugin-sdk/utils/codegen.
typeGenerateVdlOptions=object;
Configures optional behaviors for VDL source reconstruction.
Properties
Property
Type
Description
docstrings?
"preserve" | "strip"
Controls how docstrings are emitted in the generated VDL source. - "preserve" (default): emits all available docstrings. - "strip": omits all docstrings from output.