From 07ec8ba71799870c6a36f902cc6de5199fbe47a2 Mon Sep 17 00:00:00 2001 From: bizhenhang Date: Fri, 4 Jul 2025 10:00:39 +0800 Subject: [PATCH] fix length Signed-off-by: bizhenhang --- zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-types.md b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-types.md index cd986598ba0..7902de21993 100644 --- a/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-types.md +++ b/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ts-types.md @@ -32,6 +32,8 @@ ## Length +type Length = string | number | Resource + 长度类型,用于描述尺寸单位。 **卡片能力:** 从API version 9开始,该接口支持在ArkTS卡片中使用。 -- Gitee