Card (카드) Widget Control
The Widget Control (Property · Method · Event) you use to control the Card widget from a script. To learn about the widget itself and how to use it, see the Card doc.
In the examples below, cardID is the name (ID) assigned to the Card widget on the canvas. In scripts, access members as widgetID.member.
Property
Not applicable — the Card widget has no script-specific Property. In scripts, read and write values with the common Widget Control below (getProperty / setProperty).
Method
Not applicable — the Card widget has no dedicated Method. Use the common Widget Control below.
Event
Not applicable — the Card widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget can use name-based common Widget Control (Method) such as setProperty / getProperty / setStyleProperty. See the common reference doc (to be written).