Sanity App SDK
    Preparing search index...

    Interface CommentTextSelectionBeta

    A comment anchored to a run of text inside a Portable Text field.

    The SDK passes this through untouched. Resolving it back to a position in a live editor needs the editor's current value, so that lives in @portabletext/plugin-sdk-value rather than here.

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

    Properties

    Properties

    type: "text"