Home > @uniformdev/richtext > TextNode

TextNode interface

Signature:

Extends: RichTextNode

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

format

</td><td>

</td><td>

number

</td><td>

The format is a bitflag value flags: position 1: bold position 2: italic position 3: strikethrough position 4: underline position 5: code position 6: subscript position 7: superscript

</td></tr> <tr><td>

text

</td><td>

</td><td>

string

</td><td>

</td></tr> </tbody></table>