react-native-mentions-input
GitHub
Preparing search index...
Selection
Type Alias Selection
Represents a text selection range.
type
Selection
=
{
end
:
number
;
start
:
number
;
}
Index
Properties
end
start
Properties
end
end
:
number
End position of the selection
start
start
:
number
Start position of the selection
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
end
start
GitHub
react-native-mentions-input
Loading...
Represents a text selection range.