Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 808 Bytes

TransformOptions.md

File metadata and controls

38 lines (20 loc) · 808 Bytes

@panenco/papi / Exports / TransformOptions

Interface: TransformOptions

Options to be passed during transformation.

Inherit Doc

Hierarchy

  • ClassTransformOptions

    TransformOptions

Table of contents

Properties

Properties

exposeUnsetFields

Optional exposeUnsetFields: boolean

When set to true, fields with undefined as value will be included in class to plain transformation. Otherwise those fields will be omitted from the result.

DEFAULT: false

Overrides

ClassTransformOptions.exposeUnsetFields

Defined in

utils/types/transformerOptions.ts:30