Global Properties
All BangUI elements inherit these properties:
id: string — Unique identifier for the elementposition: object — X, Y coordinates in UI/view spacesize: object — Width and heightcolor: RGBA hex (default:FFFFFFFF) — Element color, including alphavisible: boolean — Whether the element is renderedenabled: boolean — Whether the element is interactivestyleID: integer — Reference to BML styletooltip: string — Tooltip textzIndex: integer — Stacking ordergroupID: uint8 — Grouping for radio/checkbox elements