We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb45d87 commit 13a926dCopy full SHA for 13a926d
docs/ScriptReference/UI/JCS_CanvasComp.md
@@ -4,9 +4,13 @@ Component that requires the component `JCS_Canvas` without actually inherit the
4
5
## Variables
6
7
-| Name | Description |
8
-|:--------|:--------------------------------------|
9
-| mCanvas | The canvas this component to control. |
+| Name | Description |
+|:-----------|:-------------------------------------------|
+| 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. |
14
15
## Functions
16
0 commit comments