Badge (배지) Widget Control
A list of the Widget Control (Property · Method · Event) you use to control the Badge widget from a script. For an introduction to the widget and how to use it, see Badge.
In the examples below, badgeID is the name (ID) you assigned to the Badge widget on the canvas. In scripts, access members as widgetID.member.
The Badge widget currently has no dedicated Widget Control (Property·Method·Event) you can drive from a script. Only the common Widget Control below is available.
Property
Not applicable — the Badge widget has no script-only Property. In scripts, read and write values with the common Widget Control below (getProperty / setProperty).
Method
Not applicable — the Badge widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the Badge widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget supports name-based common Widget Control (Method) such as setProperty / getProperty / setStyleProperty. See the common reference doc (to be written).