mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-01 11:50:54 +08:00
interface SortableOptions extends SortableEvents
If we look into jqueryUI internals we will see that all the config values stored in one object. Both Options and Events. For example we can call UI.sortable({opacity: value1, start: fn1, stop: fn2})
This commit is contained in:
Vendored
+1
-1
@@ -462,7 +462,7 @@ declare module JQueryUI {
|
||||
|
||||
// Sortable //////////////////////////////////////////////////
|
||||
|
||||
interface SortableOptions {
|
||||
interface SortableOptions extends SortableEvents {
|
||||
appendTo?: any; // jQuery, Element, Selector or string
|
||||
axis?: string;
|
||||
cancel?: any; // Selector
|
||||
|
||||
Reference in New Issue
Block a user