type

DocNodeId

@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

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 := ...

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