Audio (오디오) Widget Control
This page lists the Widget Control (Property · Method · Event) you use to control the Audio widget from a script. For an introduction to the widget and how to use it, visit Audio.
In the examples below, audioID is the name (ID) you assigned to the Audio widget on the canvas. In a script, access members as widgetID.member.
Property
Not applicable — the Audio widget has no script-only Property. In scripts, read and write values with the common Widget Control below (getProperty / setProperty).
Method
Not applicable — the Audio widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the Audio widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget supports name-based common Widget Control (Method) such as setProperty, getProperty, and setStyleProperty. See the common reference doc (to be written).