type

DocNodeId

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

DocNodeId

enum

constructors

fromStr

Return the DocNodeId instance for the specified name.

fields

vals

List of DocNodeId values indexed by ordinal

Slot Details

blockQuote

src const static DocNodeId blockQuote := ...

code

src const static DocNodeId code := ...

doc

src const static DocNodeId doc := ...

emphasis

src const static DocNodeId emphasis := ...

fromStr

src 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

src const static DocNodeId heading := ...

hr

src const static DocNodeId hr := ...

image

src const static DocNodeId image := ...

src const static DocNodeId link := ...

listItem

src const static DocNodeId listItem := ...

orderedList

src const static DocNodeId orderedList := ...

para

src const static DocNodeId para := ...

pre

src const static DocNodeId pre := ...

strong

src const static DocNodeId strong := ...

text

src const static DocNodeId text := ...

unorderedList

src const static DocNodeId unorderedList := ...

vals

src const static DocNodeId[] vals := ...

List of DocNodeId values indexed by ordinal