Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb1kenobi authored and github-actions[bot] committed Oct 17, 2024
1 parent 0647b87 commit 928b84e
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions docs/api/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -165480,6 +165480,38 @@
"since": "9.2.0",
"name": "macos"
}
],
"properties": [
{
"name": "x",
"summary": "X coordinate from the scrollable touch position.",
"type": "Number"
},
{
"name": "y",
"summary": "Y coordinate from the scrollable touch position.",
"type": "Number"
},
{
"name": "source",
"summary": "Source object that fired the event.",
"type": "Object"
},
{
"name": "type",
"summary": "Name of the event fired.",
"type": "String"
},
{
"name": "bubbles",
"summary": "True if the event will try to bubble up if possible.",
"type": "Boolean"
},
{
"name": "cancelBubble",
"summary": "Set to true to stop the event from bubbling.",
"type": "Boolean"
}
]
},
{
Expand Down Expand Up @@ -165510,6 +165542,16 @@
"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",
"type": "Boolean"
},
{
"name": "x",
"summary": "X coordinate from the scrollable touch position.",
"type": "Number"
},
{
"name": "y",
"summary": "Y coordinate from the scrollable touch position.",
"type": "Number"
},
{
"name": "source",
"summary": "Source object that fired the event.",
Expand Down

0 comments on commit 928b84e

Please sign in to comment.