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