Extract from T those types that are assignable to U
Exclude null and undefined from T
Construct a type with the properties of T except for those in type K.
Make all properties in T optional
From T, pick a set of properties whose keys are in the union K
Construct a type with a set of properties K of type T
Use block quote styles for scalar values where applicable.
Set to false
to disable block quotes completely.
Default: true
Enforce 'block'
or 'flow'
style on maps and sequences.
Empty collections will always be stringified as {}
or []
.
Default: 'any'
, allowing each node to set its style separately
with its flow: boolean
(default false
) property.
The default type of string literal used to stringify implicit key values. Output may use other types if required to fully represent the value.
If null
, the value of defaultStringType
is used.
Default: null
The default type of string literal used to stringify values in general. Output may use other types if required to fully represent the value.
Default: 'PLAIN'
Include directives in the output.
true
, at least the document-start marker ---
is always included.
This does not force the %YAML
directive to be included. To do that,
set doc.directives.yaml.explicit = true
.false
, no directives or marker is ever included. If using the %TAG
directive, you are expected to include it manually in the stream before
its use.null
, directives and marker may be included if required.Default: null
Restrict double-quoted strings to use JSON-compatible syntax.
Default: false
Minimum length for double-quoted strings to use multiple lines to
represent the value. Ignored if doubleQuotedAsJSON
is set.
Default: 40
String representation for false
.
With the core schema, use 'false'
, 'False'
, or 'FALSE'
.
Default: 'false'
The number of spaces to use when indenting code.
Default: 2
Whether block sequences should be indented.
Default: true
Maximum line width (set to 0
to disable folding).
This is a soft limit, as only double-quoted semantics allow for inserting
a line break in the middle of a word, as well as being influenced by the
minContentWidth
option.
Default: 80
Minimum line width for highly-indented content (set to 0
to disable).
Default: 20
String representation for null
.
With the core schema, use 'null'
, 'Null'
, 'NULL'
, '~'
, or an empty
string ''
.
Default: 'null'
Require keys to be scalars and to use implicit rather than explicit notation.
Default: false
Use 'single quote' rather than "double quote" where applicable.
Set to false
to disable single quotes completely.
Default: null
String representation for true
.
With the core schema, use 'true'
, 'True'
, or 'TRUE'
.
Default: 'true'
The anchor used by an alias must be defined before the alias node. As it's possible for the document to be modified manually, the order may be verified during stringification.
Default: 'true'
Comment stringifier. Output should be valid for the current schema.
By default, empty comment lines are left empty,
lines consisting of a single space are replaced by #
,
and all other lines are prefixed with a #
.
Generated using TypeDoc
Exclude from T those types that are assignable to U