• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# RichEditor (System API)
2
3**RichEditor** is a component that supports interactive text editing and mixture of text and imagery.
4
5>  **NOTE**
6>
7>  This component is supported since API version 10. Updates will be marked with a superscript to indicate their earliest API version.
8>
9>  This topic describes only system APIs provided by the module. For details about its public APIs, see [RichEditor](ts-basic-components-richeditor.md).
10>
11## RichEditorGesture<sup>11+</sup>
12
13Defines the callback for user interactions.
14
15**System API**: This is a system API.
16
17**System capability**: SystemCapability.ArkUI.ArkUI.Full
18
19| Name         | Type        | Mandatory  | Description           |
20| ----------- | ---------- | ---- | ------------- |
21| onDoubleClick<sup>14+</sup> | Callback\<[GestureEvent](ts-gesture-settings.md#gestureevent)\>  | No   | Callback for double-click events.<br>**Atomic service API**: This API can be used in atomic services since API version 14. |
22
23