Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GroupOptions

Index

Properties

name

name: string

group name

Optional pull

pull?: PullResult | ((to: sortablejs, from: sortablejs, dragEl: HTMLElement, event: SortableEvent) => PullResult)

ability to move from the list. clone — copy the item, rather than move.

Optional put

put?: PutResult | ((to: sortablejs, from: sortablejs, dragEl: HTMLElement, event: SortableEvent) => PutResult)

whether elements can be added from other lists, or an array of group names from which elements can be taken.

Optional revertClone

revertClone?: boolean

revert cloned element to initial position after moving to a another list.

Methods

Optional checkPull

  • a canonical version of pull, created by Sortable

    Parameters

    Returns string | boolean | string[]

Optional checkPut

  • a canonical version of put, created by Sortable

    Parameters

    Returns string | boolean | string[]

Generated using TypeDoc