Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 617 Bytes

legacy.options.md

File metadata and controls

10 lines (7 loc) · 617 Bytes

options props [deprecated]

Deprecated: use Sortable options as props; see below section for more

Type: Object
Required: false

Option used to initialize the sortable object see: sortable option documentation
Note that all the method starting by "on" will be ignored as draggable component expose the same API via events.

As an example, a drag handle can be added using this binding :options="{handle:'.handle'}". Read the linked documentation for other options available to you.