Skip to content

Commit 553e007

Browse files
cb1kenobigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent f170be9 commit 553e007

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

docs/api/api.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34308,7 +34308,7 @@
3430834308
},
3430934309
{
3431034310
"name": "view",
34311-
"summary": "View to which to attach the dialog. Prior to iOS 26, this was only\nused on iPad.\n",
34311+
"summary": "View to which to attach the dialog.",
3431234312
"platforms": [
3431334313
{
3431434314
"since": "0.8",
@@ -34320,6 +34320,23 @@
3432034320
}
3432134321
],
3432234322
"type": "Titanium.UI.View"
34323+
},
34324+
{
34325+
"name": "rect",
34326+
"summary": "Positions the arrow of the option dialog relative to the attached view's dimensions.",
34327+
"description": "Setting the x, y coordinates to (0, 0) places the dialog in the top-left corner of the\nview object. Set both the `width` and `height` properties to 1.\n",
34328+
"platforms": [
34329+
{
34330+
"since": "0.8",
34331+
"name": "ipad"
34332+
},
34333+
{
34334+
"since": "9.2.0",
34335+
"name": "macos"
34336+
}
34337+
],
34338+
"type": "Dimension",
34339+
"optional": true
3432334340
}
3432434341
]
3432534342
},
@@ -150544,6 +150561,11 @@
150544150561
},
150545150562
{
150546150563
"name": "interactiveDismissModeEnabled",
150564+
"deprecated": {
150565+
"notes": "This is handled by the operation system in newer versions of iOS.",
150566+
"since": "13.0.0",
150567+
"removed": "13.0.0"
150568+
},
150547150569
"summary": "A boolean indicating whether or not child windows of this navigation window\nshould have the ability to be swipe-to-closed over the full width of it's window or not.\n",
150548150570
"platforms": [
150549150571
{
@@ -191858,6 +191880,11 @@
191858191880
},
191859191881
{
191860191882
"name": "interactiveDismissModeEnabled",
191883+
"deprecated": {
191884+
"notes": "This is handled by the operation system in newer versions of iOS.",
191885+
"since": "13.0.0",
191886+
"removed": "13.0.0"
191887+
},
191861191888
"summary": "A boolean indicating whether or not child windows of this tab group\nshould have the ability to be swipe-to-closed over the full width of it's window or not.\n",
191862191889
"platforms": [
191863191890
{

0 commit comments

Comments
 (0)