gridstack / gridstack.js

Build interactive dashboards in minutes.
https://gridstackjs.com
MIT License
6.3k stars 1.26k forks source link

Cant find dragOut property #2708

Closed gosongying closed 2 weeks ago

gosongying commented 2 weeks ago

Subject of the issue

'dragOut' does not exist in type 'GridStackOptions', i cant prevent grid item from being dragged from parent grid.

Your environment

Steps to reproduce

Initialize a GridStack instance with GridStack.init() and specify value for dragOut key.

Expected behavior

The property should exist based on GridStack Api Doc, turns out that the key does not exist in type 'GridStackOptions'

adumesny commented 2 weeks ago

removed old dragOut from doc since it is no longer supported (jquery UI feaure)