Skip to main content
DragGroupSpec
Definition of a drag group membership - either just the id of a drag group, or the id of a drag group and whether or not this element plays an active role in the drag group.
string | {
  active:boolean,
  id:string
}