@yorkie-js/sdk
Preparing search index...
TextNode
Type Alias TextNode
TextNode
represents a text node. It has a string value.
type
TextNode
=
{
type
:
typeof
DefaultTextType
;
value
:
string
;
}
Index
Properties
type
value
Properties
type
type
:
typeof
DefaultTextType
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
value
@yorkie-js/sdk
Loading...
TextNoderepresents a text node. It has a string value.