Comparing versions 18 and 19.
ButtonInfotron
Simple configurable Button Blueprint.
Sample Declaration
<div id="button"
properties="click_value: 'Thank you for clicking!'"
script="http://localhost/Button.js">
<button>Click me now!</button>
</div>
## Input Terminals
+ **enabled\_state_in**
+ accepts the following message types
1. boolean (Or the strings 'true' or 'false')
## Output Terminals
+ **click\_value_out**
+ **enabled\_state_out**
## Properties
+