- Index
- »
- fan.fandoc
- »
- DocNodeId
DocNodeId
@Js
@Serializable { simple=true }
const class DocNodeId : Enum
DocNodeId
Return the DocNodeId instance for the specified name
List of DocNodeId values indexed by ordinal
const static DocNodeId : blockQuote
const static DocNodeId : code
const static DocNodeId : doc
const static DocNodeId : emphasis
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.
const static DocNodeId : heading
const static DocNodeId : hr
const static DocNodeId : image
const static DocNodeId : link
const static DocNodeId : listItem
const static DocNodeId : orderedList
const static DocNodeId : para
const static DocNodeId : pre
const static DocNodeId : strong
const static DocNodeId : text
const static DocNodeId : unorderedList
const static DocNodeId[] : vals
List of DocNodeId values indexed by ordinal