From 2c2f99276a929a259f0ccf9a15679afcf7c2c866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=82=96=E8=91=9B?= Date: Wed, 13 Aug 2025 17:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=A1=E7=89=87=E6=A1=86=E6=9E=B6=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李肖葛 --- api/@internal/component/ets/form_component.d.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/api/@internal/component/ets/form_component.d.ts b/api/@internal/component/ets/form_component.d.ts index dc068e2c4a6..5d42b855289 100644 --- a/api/@internal/component/ets/form_component.d.ts +++ b/api/@internal/component/ets/form_component.d.ts @@ -419,16 +419,6 @@ interface FormCallbackInfo { * @arkts 1.1&1.2 */ idString: string; - - /** - * Indicates whether the form is locked. - * - * @type { boolean } - * @syscap SystemCapability.ArkUI.ArkUI.Full - * @systemapi - * @since 18 - */ - isLocked: boolean; } /** * Defines the size of Form. -- Gitee