Skip to content

Commit

Permalink
Added callBackFunction parameter
Browse files Browse the repository at this point in the history
This parameter was missing on first release try.
  • Loading branch information
p-jbarbosa authored Oct 17, 2017
1 parent a070878 commit 307cb01
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions impl/component/src/main/javascript/component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,20 @@
<Version>1.0</Version>
</Header>
</DesignerProperty>
<DesignerProperty>
<Header>
<Name>drawCallback</Name>
<Parent>BaseProperty</Parent>
<DefaultValue>"function callBack(){\n return {};\n}"</DefaultValue>
<Description>drawCallback</Description>
<Tooltip>Function that will be called after all component operations are performed.</Tooltip>
<Advanced>false</Advanced>
<InputType>JavaScript</InputType>
<OutputType>Function</OutputType>
<Order>42</Order>
<Version>1.0</Version>
</Header>
</DesignerProperty>
</CustomProperties>
</Implementation>
</Contents>
Expand Down

0 comments on commit 307cb01

Please sign in to comment.