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