js-yaml - v5.3.0
GitHub
Preparing search index...
ScalarEvent
Interface ScalarEvent
A scalar whose decoded value can be read with
getScalarValue
.
interface
ScalarEvent
{
type
:
4
;
valueStart
:
number
;
valueEnd
:
number
;
anchorStart
:
number
;
anchorEnd
:
number
;
tagStart
:
number
;
tagEnd
:
number
;
style
:
ScalarStyle
;
chomping
:
ChompingMode
;
indent
:
number
;
fast
:
boolean
;
}
Index
Properties
§
type
value
Start
value
End
anchor
Start
anchor
End
tag
Start
tag
End
style
chomping
indent
fast
Properties
§
type
:
4
§
valueStart
:
number
§
valueEnd
:
number
§
anchorStart
:
number
§
anchorEnd
:
number
§
tagStart
:
number
§
tagEnd
:
number
§
style
:
ScalarStyle
§
chomping
:
ChompingMode
§
indent
:
number
§
fast
:
boolean
§
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
Start
value
End
anchor
Start
anchor
End
tag
Start
tag
End
style
chomping
indent
fast
GitHub
js-yaml - v5.3.0
Loading...
A scalar whose decoded value can be read with getScalarValue.