diff --git a/api/@internal/component/ets/text.d.ts b/api/@internal/component/ets/text.d.ts index 9296f3f19b61eeb91537d05fe5e7317687e431df..471d2c99f571f5eee1156dc66f9350d4c6e6a768 100644 --- a/api/@internal/component/ets/text.d.ts +++ b/api/@internal/component/ets/text.d.ts @@ -124,6 +124,13 @@ declare class TextAttribute extends CommonMethod { * @since 9 */ copyOption(value: CopyOptions): TextAttribute; + + /** + * Enable text dragging. + * Default value is false. + * @since 9 + */ + draggable(value: boolean): TextAttribute; } declare const TextInstance: TextAttribute;