Sanity Library Reference Docs
    Preparing search index...

    Interface PresenceSelectionPoint

    One end of a text selection: a Portable Text path plus a character offset within the span it addresses.

    interface PresenceSelectionPoint {
        offset: number;
        path: Path;
    }
    Index

    Properties

    Properties

    offset: number
    path: Path