Skip to content

Commit 13a926d

Browse files
authored
Update JCS_CanvasComp.md
1 parent eb45d87 commit 13a926d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/ScriptReference/UI/JCS_CanvasComp.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ Component that requires the component `JCS_Canvas` without actually inherit the
44

55
## Variables
66

7-
| Name | Description |
8-
|:--------|:--------------------------------------|
9-
| mCanvas | The canvas this component to control. |
7+
| Name | Description |
8+
|:-----------|:-------------------------------------------|
9+
| mCanvas | The canvas this component to control. |
10+
| onShow | Execution when canvas is shown. |
11+
| onHide | Execution when canvas is hidden. |
12+
| onShowFade | Execution when canvas is shown by fading. |
13+
| onHideFade | Execution when canvas is hidden by fading. |
1014

1115
## Functions
1216

0 commit comments

Comments
 (0)