class

DocNodeId

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

DocNodeId

constructors fromStr

Return the DocNodeId instance for the specified name

fields blockQuote

code

doc

emphasis

heading

hr

image

link

listItem

orderedList

para

pre

strong

text

unorderedList

vals

List of DocNodeId values indexed by ordinal

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 := true)

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.6 ∙ 21-Jul-2026 09:48 EDT