# RichEditor (System API)
**RichEditor** is a component that supports interactive text editing and mixture of text and imagery.
> **NOTE**
>
> This component is supported since API version 10. Updates will be marked with a superscript to indicate their earliest API version.
>
> This topic describes only system APIs provided by the module. For details about its public APIs, see [RichEditor](ts-basic-components-richeditor.md).
>
## RichEditorGesture11+
Defines the callback for user interactions.
**System API**: This is a system API.
**System capability**: SystemCapability.ArkUI.ArkUI.Full
| Name | Type | Mandatory | Description |
| ----------- | ---------- | ---- | ------------- |
| onDoubleClick14+ | Callback\<[GestureEvent](ts-gesture-settings.md#gestureevent)\> | No | Callback for double-click events.
**Atomic service API**: This API can be used in atomic services since API version 14. |