From 0ab18d3cc40a673a12af348f6611b1d68975ecee Mon Sep 17 00:00:00 2001 From: HelloCrease Date: Thu, 28 Apr 2022 16:04:13 +0800 Subject: [PATCH] update docs Signed-off-by: HelloCrease --- .../arkui-ts/ts-components-canvas-canvas.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md b/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md index be29bb3bdb..60e9edaf38 100644 --- a/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md +++ b/en/application-dev/reference/arkui-ts/ts-components-canvas-canvas.md @@ -23,23 +23,23 @@ None Canvas(context: CanvasRenderingContext2D) - Parameters - | Name | Type | Mandatory | Default Value | Description | - | -------- | -------- | -------- | -------- | -------- | - | context | [CanvasRenderingContext2D](ts-canvasrenderingcontext2d.md) | Yes | - | For details, see CanvasRenderingContext2D. | + | Name | Type | Mandatory | Default Value | Description | + | ------- | ---------------------------------------- | --------- | ------------- | ---------------------------------------- | + | context | [CanvasRenderingContext2D](ts-canvasrenderingcontext2d.md) | Yes | - | For details, see CanvasRenderingContext2D. | ## Attributes -[Universal attributes]( ts-universal-attributes-index.md) are supported. +Universal attributes are supported. ## Events -In addition to [universal events](ts-universal-events-index.md), the following events are supported. +In addition to universal events, the following events are supported. -| Name | Parameter | Description | -| -------- | -------- | -------- | -| onReady(callback: () => void) | None | Triggered when . | +| Name | Parameter | Description | +| -------------------------------- | --------- | ---------------- | +| onReady(callback: () => void) | None | Triggered when . | ## Example -- GitLab