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 a070878 commit 307cb01Copy full SHA for 307cb01
impl/component/src/main/javascript/component.xml
@@ -55,6 +55,20 @@
55
<Version>1.0</Version>
56
</Header>
57
</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>
72
</CustomProperties>
73
</Implementation>
74
</Contents>
0 commit comments