You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {boolean} [options.disabled=false] - A flag that indicates whether the draggable component is disabled.
40
34
* @param {number} [options.activationDelay=0] - A number representing the duration, in milliseconds, that this draggable item needs to be held for before allowing a drag to start.
41
35
* @param {number} [options.activationTolerance=Infinity] - A number representing the distance, in points, of motion that is tolerated before the drag operation is aborted.
42
-
*
43
-
* @returns {object} Returns an object with properties and methods related to the draggable component.
44
-
* @property {object} offset - An object representing the current offset of the draggable component.
45
-
* @property {Function} setNodeRef - A function that can be used to set the ref of the draggable component.
46
-
* @property {string} activeId - The unique identifier of the currently active draggable component.
47
-
* @property {string} actingId - The unique identifier of the currently interacti draggable component.
48
-
* @property {Function} setNodeLayout - A function that handles the layout event of the draggable component.
49
-
* @property {object} draggableState - An object representing the current state of the draggable component.
0 commit comments