import {SortableSortEvent} from '@shopify/draggable/src/Sortable/SortableEvent/SortableEvent.js'SortableSortEvent
Extends:
* → SortableSortEvent
Sortable sort event
Static Member Summary
| Static Public Members | ||
| public static |
cancelable: * |
|
| public static |
type: * |
|
Member Summary
| Public Members | ||
| public get |
Index of current draggable element |
|
| public get |
over: HTMLElement Draggable element you are hovering over |
|
| public get |
overContainer: HTMLElement Draggable container element you are hovering over |
|
Public Members
public get currentIndex: Number source
Index of current draggable element
Properties:
| Name | Type | Attribute | Description |
| currentIndex | * |
public get over: HTMLElement source
Draggable element you are hovering over
Properties:
| Name | Type | Attribute | Description |
| over | * |
public get overContainer: HTMLElement source
Draggable container element you are hovering over
Properties:
| Name | Type | Attribute | Description |
| overContainer | * |
