mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
13 lines
393 B
Go
13 lines
393 B
Go
package input
|
|
|
|
// Code generated by cdproto-gen. DO NOT EDIT.
|
|
|
|
// EventDragIntercepted emitted only when Input.setInterceptDrags is enabled.
|
|
// Use this data with Input.dispatchDragEvent to restore normal drag and drop
|
|
// behavior.
|
|
//
|
|
// See: https://chromedevtools.github.io/devtools-protocol/tot/Input#event-dragIntercepted
|
|
type EventDragIntercepted struct {
|
|
Data *DragData `json:"data"`
|
|
}
|