Sanity Library Reference Docs
    Preparing search index...

    Interface CollaborationCommentRangeAlpha

    Inline text selection within a Portable Text field. Each endpoint pairs the _key of a Portable Text block with a character offset into that block's plain text.

    interface CollaborationCommentRange {
        end: { _key: string; offset: number };
        start: { _key: string; offset: number };
    }
    Index

    Properties

    Properties

    end: { _key: string; offset: number }
    start: { _key: string; offset: number }