The string representation of the value, which will have its content properly indented.
Optionalend?: SourceToken[]Comments and whitespace after the end of the value, or after the block scalar header. If undefined, a newline will be added.
OptionalimplicitBeing within an implicit key may affect the resolved type of the token's value.
OptionalinIs this scalar within a flow collection? This may affect the resolved type of the token's value.
The indent level of the token.
Optionaloffset?: numberThe offset position of the token.
Optionaltype?: TypeThe preferred type of the scalar token. If undefined, the previous type of the token will be used, defaulting to 'PLAIN'.
Create a new scalar token with
valueValues that represent an actual string but may be parsed as a different type should use a
typeother than'PLAIN', as this function does not support any schema operations and won't check for such conflicts.