@sovereignbase/convergent-replicated-text
    Preparing search index...

    Type Alias TextSelection

    Describes a linear text selection in UTF-16 code unit offsets.

    type TextSelection = {
        selectionEnd: number;
        selectionStart: number;
    }
    Index

    Properties

    selectionEnd: number

    The exclusive selection focus offset.

    selectionStart: number

    The inclusive selection anchor offset.