SeaDoc support node types¶
Generic nodes¶
All nodes include the following attributes:
id
(required, string) represents a unique ID, a random UUID string with 22 characters for the node.
type
(required, string) represents the node type.
children
(required, array) represents an array of child nodes. The innermost within children are always text nodes.
Node types¶
- blockquote
- callout
- check_list_item
- code_block
- file_link
- header
- image
- link
- list
- mention
- multi_column
- paragraph
- sdoc_link
- table
- video