Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Nov 7, 2025

Node - text

Purpose

The text node holds document text.

Type

text is an inline node.

Example

1
2
{
  "type": "text",
  "text": "Hello world"
}

Fields

NameRequiredTypeValue
typestring"text"
textstringNon-empty text string
marksarrayArray of marks

Text

text must not be empty.

Marks

The following marks can be applied:

Rate this page: