Skip to main content

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.

info

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.

note

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

info

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

info

Not applicable — the Badge widget has no dedicated Method. Use the common Widget Control below.

Event

info

Not applicable — the Badge widget has no dedicated Event.

Common Widget Control (all widgets)

note

Every widget supports name-based common Widget Control (Method) such as setProperty / getProperty / setStyleProperty. See the common reference doc (to be written).