We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88910b commit 397ee15Copy full SHA for 397ee15
src/main.js
@@ -4,13 +4,14 @@ class NestedSort {
4
5
/**
6
* @constructor
7
- * @param {{onDrop: function}} actions
8
- * @param {array} data
9
- * @param {number} droppingEdge
10
- * @param {string} el
11
- * @param {array|string} listClassNames
12
- * @param {array|string} listItemClassNames
13
- * @param {number|string} nestingLevels
+ * @param {object} [actions={}]
+ * @param {array} [data]
+ * @param {number} [droppingEdge=15]
+ * @param {string|HTMLElement} el
+ * @param {boolean} [init=true]
+ * @param {array|string} [listClassNames]
+ * @param {array|string} [listItemClassNames]
14
+ * @param {number|string} [nestingLevels]
15
* @param {object} [propertyMap={}]
16
*/
17
constructor({
0 commit comments