Skip to content

Commit 928b84e

Browse files
cb1kenobigithub-actions[bot]
authored andcommitted
Apply automatic changes
1 parent 0647b87 commit 928b84e

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/api/api.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165480,6 +165480,38 @@
165480165480
"since": "9.2.0",
165481165481
"name": "macos"
165482165482
}
165483+
],
165484+
"properties": [
165485+
{
165486+
"name": "x",
165487+
"summary": "X coordinate from the scrollable touch position.",
165488+
"type": "Number"
165489+
},
165490+
{
165491+
"name": "y",
165492+
"summary": "Y coordinate from the scrollable touch position.",
165493+
"type": "Number"
165494+
},
165495+
{
165496+
"name": "source",
165497+
"summary": "Source object that fired the event.",
165498+
"type": "Object"
165499+
},
165500+
{
165501+
"name": "type",
165502+
"summary": "Name of the event fired.",
165503+
"type": "String"
165504+
},
165505+
{
165506+
"name": "bubbles",
165507+
"summary": "True if the event will try to bubble up if possible.",
165508+
"type": "Boolean"
165509+
},
165510+
{
165511+
"name": "cancelBubble",
165512+
"summary": "Set to true to stop the event from bubbling.",
165513+
"type": "Boolean"
165514+
}
165483165515
]
165484165516
},
165485165517
{
@@ -165510,6 +165542,16 @@
165510165542
"summary": "Indicates whether scrolling will continue but decelerate, now that the drag gesture has\nbeen released by the touch. If `false`, scrolling will stop immediately.\nIs always `true` on Android.\n",
165511165543
"type": "Boolean"
165512165544
},
165545+
{
165546+
"name": "x",
165547+
"summary": "X coordinate from the scrollable touch position.",
165548+
"type": "Number"
165549+
},
165550+
{
165551+
"name": "y",
165552+
"summary": "Y coordinate from the scrollable touch position.",
165553+
"type": "Number"
165554+
},
165513165555
{
165514165556
"name": "source",
165515165557
"summary": "Source object that fired the event.",

0 commit comments

Comments
 (0)