-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathsortable-argument-ui.xml
More file actions
23 lines (23 loc) · 1.02 KB
/
sortable-argument-ui.xml
File metadata and controls
23 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<argument name="ui" type="Object">
<property name="helper" type="jQuery">
<desc>The jQuery object representing the helper being sorted.</desc>
</property>
<property name="item" type="jQuery">
<desc>The jQuery object representing the current dragged element.</desc>
</property>
<property name="offset" type="Object">
<desc>The current absolute position of the helper represented as <code>{ top, left }</code>.</desc>
</property>
<property name="position" type="Object">
<desc>The current position of the helper represented as <code>{ top, left }</code>.</desc>
</property>
<property name="originalPosition" type="Object">
<desc>The original position of the element represented as <code>{ top, left }</code>.</desc>
</property>
<property name="sender" type="jQuery">
<desc>The sortable that the item comes from if moving from one sortable to another.</desc>
</property>
<property name="placeholder" type="jQuery">
<desc>The jQuery object representing the element being used as a placeholder.</desc>
</property>
</argument>