DumpOptions
Defined in: src/js-yaml-compat.ts:266
Properties
Section titled “Properties”flowBracketPadding?
Section titled “flowBracketPadding?”
optionalflowBracketPadding?:boolean
Defined in: src/js-yaml-compat.ts:278
flowLevel?
Section titled “flowLevel?”
optionalflowLevel?:number
Defined in: src/js-yaml-compat.ts:271
flowSkipColonSpace?
Section titled “flowSkipColonSpace?”
optionalflowSkipColonSpace?:boolean
Defined in: src/js-yaml-compat.ts:280
flowSkipCommaSpace?
Section titled “flowSkipCommaSpace?”
optionalflowSkipCommaSpace?:boolean
Defined in: src/js-yaml-compat.ts:279
forceQuotes?
Section titled “forceQuotes?”
optionalforceQuotes?:boolean
Defined in: src/js-yaml-compat.ts:277
indent?
Section titled “indent?”
optionalindent?:number
Defined in: src/js-yaml-compat.ts:267
lineWidth?
Section titled “lineWidth?”
optionallineWidth?:number
Defined in: src/js-yaml-compat.ts:274
noRefs?
Section titled “noRefs?”
optionalnoRefs?:boolean
Defined in: src/js-yaml-compat.ts:275
quoteFlowKeys?
Section titled “quoteFlowKeys?”
optionalquoteFlowKeys?:boolean
Defined in: src/js-yaml-compat.ts:281
quoteStyle?
Section titled “quoteStyle?”
optionalquoteStyle?:"single"|"double"
Defined in: src/js-yaml-compat.ts:276
schema?
Section titled “schema?”
optionalschema?:Schema
Defined in: src/js-yaml-compat.ts:272
seqInlineFirst?
Section titled “seqInlineFirst?”
optionalseqInlineFirst?:boolean
Defined in: src/js-yaml-compat.ts:269
seqNoIndent?
Section titled “seqNoIndent?”
optionalseqNoIndent?:boolean
Defined in: src/js-yaml-compat.ts:268
skipInvalid?
Section titled “skipInvalid?”
optionalskipInvalid?:boolean
Defined in: src/js-yaml-compat.ts:270
sortKeys?
Section titled “sortKeys?”
optionalsortKeys?:boolean| ((a,b) =>number)
Defined in: src/js-yaml-compat.ts:273
tagBeforeAnchor?
Section titled “tagBeforeAnchor?”
optionaltagBeforeAnchor?:boolean
Defined in: src/js-yaml-compat.ts:282
transform?
Section titled “transform?”
optionaltransform?: (documents) =>void
Defined in: src/js-yaml-compat.ts:283
Parameters
Section titled “Parameters”documents
Section titled “documents”unknown[]
Returns
Section titled “Returns”void