Sanity Library Reference Docs
    Preparing search index...

    Interface CommentTextSelectionBeta

    interface CommentTextSelection {
        type: "text";
        value: CommentsTextSelectionItem[];
    }
    Index

    Properties

    Properties

    type: "text"