doc: Add default values to all properties
Thanks to @bojidar-bg's impressive work in #29380.
This commit is contained in:
parent
82604195b4
commit
c6cea6e9b3
394 changed files with 2881 additions and 2719 deletions
|
|
@ -58,7 +58,7 @@
|
|||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive">
|
||||
<member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive" default="false">
|
||||
If [code]true[/code], the popup will not be hidden when a click event occurs outside of it, or when it receives the [code]ui_cancel[/code] action event.
|
||||
</member>
|
||||
</members>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue