Skip to main content

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.

info

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

info

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

info

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

Event

info

Not applicable — the Card widget has no dedicated Event.

Common Widget Control (all widgets)

note

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