The TakeButtonElement places an TAKE button to the screen. It appears as a simple button with the label "TAKE" on it. The TAKE button complements the EDIT button described above in this document. It sends the changed parameter values to their destination when pressed.
Data Model (extends ScreenElement)
| Key | Type | Value |
|---|---|---|
| type | String | Always "TakeButtonElement". |
| xpos | Number | see ScreenElement |
| ypos | Number | see ScreenElement |
| width | Number | see ScreenElement |
| height | Number | see ScreenElement |