Skip to content

Commit 307cb01

Browse files
authored
Added callBackFunction parameter
This parameter was missing on first release try.
1 parent a070878 commit 307cb01

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

impl/component/src/main/javascript/component.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,20 @@
5555
<Version>1.0</Version>
5656
</Header>
5757
</DesignerProperty>
58+
<DesignerProperty>
59+
<Header>
60+
<Name>drawCallback</Name>
61+
<Parent>BaseProperty</Parent>
62+
<DefaultValue>"function callBack(){\n return {};\n}"</DefaultValue>
63+
<Description>drawCallback</Description>
64+
<Tooltip>Function that will be called after all component operations are performed.</Tooltip>
65+
<Advanced>false</Advanced>
66+
<InputType>JavaScript</InputType>
67+
<OutputType>Function</OutputType>
68+
<Order>42</Order>
69+
<Version>1.0</Version>
70+
</Header>
71+
</DesignerProperty>
5872
</CustomProperties>
5973
</Implementation>
6074
</Contents>

0 commit comments

Comments
 (0)