Package-level declarations

Types

Link copied to clipboard

Interface to notify about text selection drag changes. It's only used to notify if a drag is being in progress or not (Some parts of the UI might need to know that).

Link copied to clipboard

State for text selection.

Link copied to clipboard
class TextSelectionStateImpl(val selection: DocumentTextProvider.TextRange? = null, val draggedHandle: TextSelectionState.DragHandle = TextSelectionState.DragHandle.NONE, selector: TextSelector) : TextSelectionState, TextSelector
Link copied to clipboard
interface TextSelector

Interface for selecting text on a page This is still work in progress, there will be more functions in the future