未验证 提交 f8efb7f2 编写于 作者: O openharmony_ci 提交者: Gitee

!2849 2609 处理完成:断链修改

Merge pull request !2849 from ester.zhou/TR-2609
...@@ -31,7 +31,7 @@ Search(options?: { value?: string; placeholder?: string; icon?: string; controll ...@@ -31,7 +31,7 @@ Search(options?: { value?: string; placeholder?: string; icon?: string; controll
| Name| Type| Default Value| Description| | Name| Type| Default Value| Description|
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
| searchButton | string | –| Text on the search button located next to the search text box. By default, there is no search button.| | searchButton | string | –| Text on the search button located next to the search text box. By default, there is no search button.|
| placeholderColor | [ResourceColor](../../ui/ts-types.md#ResourceColor) | - | Placeholder text color.| | placeholderColor | [ResourceColor](../../ui/ts-types.md) | - | Placeholder text color.|
| placeholderFont | [Font](../../ui/ts-types.md) | - | Placeholder text style.| | placeholderFont | [Font](../../ui/ts-types.md) | - | Placeholder text style.|
| textFont | [Font](../../ui/ts-types.md) | - | Text font for the search text box.| | textFont | [Font](../../ui/ts-types.md) | - | Text font for the search text box.|
......
...@@ -31,7 +31,7 @@ TextArea(value?:{placeholder?: string controller?: TextAreaController}) ...@@ -31,7 +31,7 @@ TextArea(value?:{placeholder?: string controller?: TextAreaController})
## Attributes ## Attributes
In addition to [universal attributes](ts-universal-attributes.md), the following attributes are supported. In addition to [universal attributes](ts-universal-attributes-index.md), the following attributes are supported.
| Name | Type | Default Value | Description | | Name | Type | Default Value | Description |
| -------- | -------- | -------- | -------- | | -------- | -------- | -------- | -------- |
......
...@@ -30,14 +30,14 @@ Canvas(context: CanvasRenderingContext2D) ...@@ -30,14 +30,14 @@ Canvas(context: CanvasRenderingContext2D)
## Attributes ## Attributes
[Universal attributes](ts-universal-attributes-size.md) are supported. [Universal attributes]( ts-universal-attributes-index.md) are supported.
## Events ## Events
In addition to [universal events](ts-universal-events-click.md), the following events are supported. In addition to [universal events](ts-universal-events-index.md), the following events are supported.
| Name | Parameter | Description | | Name | Parameter | Description |
| -------- | -------- | -------- | | -------- | -------- | -------- |
| onReady(callback: () => void) | None | Triggered when . | | onReady(callback: () => void) | None | Triggered when . |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册