@yorkie-js/sdk
    Preparing search index...

    Type Alias TextNode

    TextNode represents a text node. It has a string value.

    type TextNode = {
        type: typeof DefaultTextType;
        value: string;
    }
    Index

    Properties

    Properties

    type: typeof DefaultTextType
    value: string