mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add 'attribute' property to SortableOptions in jqueryui
This commit is contained in:
1
types/jqueryui/index.d.ts
vendored
1
types/jqueryui/index.d.ts
vendored
@@ -720,6 +720,7 @@ declare namespace JQueryUI {
|
||||
|
||||
interface SortableOptions extends SortableEvents {
|
||||
appendTo?: any; // jQuery, Element, Selector or string
|
||||
attribute?: string;
|
||||
axis?: string;
|
||||
cancel?: any; // Selector
|
||||
connectWith?: any; // Selector
|
||||
|
||||
Reference in New Issue
Block a user