react-native-mentions-input
    Preparing search index...

    Type Alias Selection

    Represents a text selection range.

    type Selection = {
        end: number;
        start: number;
    }
    Index

    Properties

    Properties

    end: number

    End position of the selection

    start: number

    Start position of the selection