import {SortableStopEvent} from '@shopify/draggable/src/Sortable/SortableEvent/SortableEvent.js'
SortableStopEvent
Extends:
* → SortableStopEvent
Sortable stop 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 draggable element |
|
public get |
oldContainer: HTMLElement Original container of draggable element |
|
public get |
Original index on sortable start |
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 draggable element
Properties:
Name | Type | Attribute | Description |
newIndex | * |
public get oldContainer: HTMLElement source
Original container of draggable element
Properties:
Name | Type | Attribute | Description |
oldContainer | * |