SafeArea (세이프에어리어) Widget Control
The Widget Controls (Property · Method · Event) you use to control the SafeArea widget from a script. For an introduction to the widget and how to use it, visit SafeArea.
The safeareaID in the examples below is the name (ID) you assigned to the SafeArea widget on the canvas. In a script, access it as widgetID.member.
The SafeArea widget has no script-only Widget Controls (Property·Method·Event). Use the common Widget Controls (setProperty / getProperty) below to read and write values such as whether each edge is applied and the minimum margin.
Property
Not applicable — the SafeArea widget has no script-only Property. In a script, read and write values with the common Widget Controls (getProperty / setProperty) below.
Method
Not applicable — the SafeArea widget has no dedicated Method. Use the common Widget Controls below.
Event
Not applicable — the SafeArea widget has no dedicated Event.
Common Widget Control (all widgets)
Every widget can use name-based common Widget Controls (Method) such as setProperty / getProperty / setStyleProperty. See the common reference doc (to be written).