enum class fandoc::DocNodeId
sys::Obj sys::Enum fandoc::DocNodeId
@Js@Serializable { simple=true }
DocNodeId
- 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