Skip to content

GenerateVdlOptions

Import from @varavel/vdl-plugin-sdk/utils/codegen.

type GenerateVdlOptions = 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.