import {SortableSortedEvent} from '@shopify/draggable/src/Sortable/SortableEvent/SortableEvent.js'SortableSortedEvent
Extends:
* → SortableSortedEvent
Sortable sorted event
Static Member Summary
| Static Public Members | ||
| public static |
type: * |
|
Member Summary
| Public Members | ||
| public get |
newContainer: HTMLElement New container of draggable element |
|
| public get |
New index of this sorted event |
|
| public get |
oldContainer: HTMLElement Old container of draggable element |
|
| public get |
Index of last sorted event |
|
Static Public Members
public static type: * source
Public Members
public get newContainer: HTMLElement source
New container of draggable element
Properties:
| Name | Type | Attribute | Description |
| newContainer | * |
public get newIndex: Number source
New index of this sorted event
Properties:
| Name | Type | Attribute | Description |
| newIndex | * |
public get oldContainer: HTMLElement source
Old container of draggable element
Properties:
| Name | Type | Attribute | Description |
| oldContainer | * |
