Hi team,
I have created a button in toolbox as defined in the doc. And also provided the callback key button attribute.
While running it is showing an error in console that :-Button should have callbacks.
<category name="Variables" colour="#F89E35">
<button text="Create Variable" callbackKey = "myFirstButtonPressed"></button>
</category>
But I don't know where to define the callback "myFirstButtonPressed".
Scenario I want:-
When I click on button then it should ask for 2 inputs from user by prompt and then generate a block in toolbox if user provides both inputs.
Thank You