DragGroupSpec: string | {
    active: boolean;
    id: string;
}

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.

Type declaration

  • active: boolean
  • id: string