The FrameElement draws a sunken 3D frame, which is intended to be used to group other elements. The 3D frame's inside area is assumes to be transparent, it does not conceal the screen elements it encloses.
Data Model (extends ScreenElement)
| Key | Type | Value |
|---|---|---|
| type | String | Always "FrameElement". |
| xpos | Number | see ScreenElement |
| ypos | Number | see ScreenElement |
| width | Number | see ScreenElement |
| height | Number | see ScreenElement |