提交 01cb4951 编写于 作者: E ester.zhou

update doc (14918)

Signed-off-by: Nester.zhou <ester.zhou@huawei.com>
上级 c8a41597
...@@ -4,7 +4,8 @@ The **systemTime** module provides system time and time zone features. You can u ...@@ -4,7 +4,8 @@ The **systemTime** module provides system time and time zone features. You can u
> **NOTE** > **NOTE**
> >
> The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version. > - The APIs of this module are deprecated since API version 9. You are advised to use the APIs of the [@ohos.systemDateTime (System Time and Time Zone)](js-apis-system-date-time.md) module.
> - The initial APIs of this module are supported since API version 7. Newly added APIs will be marked with a superscript to indicate their earliest API version.
## Modules to Import ## Modules to Import
......
...@@ -25,7 +25,7 @@ Select(options: Array\<[SelectOption](#selectoption)\>) ...@@ -25,7 +25,7 @@ Select(options: Array\<[SelectOption](#selectoption)\>)
| Name | Type | Description | | Name | Type | Description |
| ----------------------- | ------------------------------------- | --------------------------------------------- | | ----------------------- | ------------------------------------- | --------------------------------------------- |
| selected | number | Index of the initial selected option in the drop-down list box. The index of the first option is **0**.| | selected | number | Index of the initial selected option in the drop-down list box. The index of the first option is **0**.<br>If this attribute is not set, the default value **-1** is used, indicating that no option is selected.|
| value | string | Text of the drop-down button. | | value | string | Text of the drop-down button. |
| font | [Font](ts-types.md#font) | Text font of the drop-down button. | | font | [Font](ts-types.md#font) | Text font of the drop-down button. |
| fontColor | [ResourceColor](ts-types.md#resourcecolor) | Text color of the drop-down button. | | fontColor | [ResourceColor](ts-types.md#resourcecolor) | Text color of the drop-down button. |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册