From 3e5b26fe9670fb874c9accf189b50f416b516997 Mon Sep 17 00:00:00 2001 From: "ester.zhou" Date: Thu, 30 Mar 2023 19:24:53 +0800 Subject: [PATCH] Update doc (16553) Signed-off-by: ester.zhou --- en/application-dev/reference/arkui-ts/ts-types.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/en/application-dev/reference/arkui-ts/ts-types.md b/en/application-dev/reference/arkui-ts/ts-types.md index ffc46108ad..be8160faf7 100644 --- a/en/application-dev/reference/arkui-ts/ts-types.md +++ b/en/application-dev/reference/arkui-ts/ts-types.md @@ -124,7 +124,7 @@ The **ResourceColor** type is used to describe the color types of resources. | Type | Description | | ---------------------------------------- | ------------------------------------------------- | | [Color](ts-appendix-enums.md#color) | Color enums. | -| number | Color in hexadecimal notation. | +| number | Color in hexadecimal notation. RGB is supported. | | string | Color in RGB or RGBA notation. | | [Resource](#resource) | Color referenced from system or application resources.| @@ -217,3 +217,4 @@ The **CustomBuilder** type is used to define custom UI descriptions in component | Name | Type | Description | | ------------- | ---------------------- | ---------------------------------------- | | CustomBuilder | () => any | Must be decorated by **@Builder**. For details, see [@Builder](../../quick-start/arkts-dynamic-ui-elememt-building.md#builder).| + -- GitLab