class

DocNodeId

@Js
@Serializable { simple=true }
const class DocNodeId : Enum

DocNodeId

constructors fromStr

Return the DocNodeId instance for the specified name

fields image

listItem

pre

strong

code

blockQuote

heading

vals

List of DocNodeId values indexed by ordinal

link

hr

para

emphasis

doc

text

orderedList

unorderedList

blockQuote const static DocNodeId : blockQuote

code const static DocNodeId : code

doc const static DocNodeId : doc

emphasis const static DocNodeId : emphasis

fromStr static new fromStr(Str name, Bool checked)

Return the DocNodeId instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

heading const static DocNodeId : heading

hr const static DocNodeId : hr

image const static DocNodeId : image

link const static DocNodeId : link

listItem const static DocNodeId : listItem

orderedList const static DocNodeId : orderedList

para const static DocNodeId : para

pre const static DocNodeId : pre

strong const static DocNodeId : strong

text const static DocNodeId : text

unorderedList const static DocNodeId : unorderedList

vals const static DocNodeId[] : vals

List of DocNodeId values indexed by ordinal

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST