Back to API Reference
Interface
ITouchHandles
abstract
Implements:ISelectableEntity
Touch handle entity assigned to a selectable. Implementations may provide selection handles, an insertion handle, or both through the corresponding capability interfaces.
Implementations(2)
Types that implement ITouchHandles.
II
IInsertionHandle
Insertion-handle capability on touch platforms: a single draggable handle under a collapsed caret that the user drags to reposition it, taps to raise the context menu, or releases to confirm placement. It is optional and independent of [[ISelectionHandles]]; one entity may implement either capability or both.
ISelectionHandles
Selection-handle capability on touch platforms: two draggable endpoints the user moves to adjust selection boundaries. The entity owns its presentation; the editable only drives it.
