File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,11 +311,11 @@ export interface GridStackWidget extends GridStackPosition {
311311 minH ?: number ;
312312 /** maximum height allowed during resize/creation (default?: undefined = un-constrained) */
313313 maxH ?: number ;
314- /** prevent resizing (default?: undefined = un-constrained) */
314+ /** prevent direct resizing by the user (default?: undefined = un-constrained) */
315315 noResize ?: boolean ;
316- /** prevents moving (default?: undefined = un-constrained) */
316+ /** prevents direct moving by the user (default?: undefined = un-constrained) */
317317 noMove ?: boolean ;
318- /** prevents being moved by others during their (default?: undefined = un-constrained) */
318+ /** same as noMove+noResize but also prevents being pushed by other widgets or api (default?: undefined = un-constrained) */
319319 locked ?: boolean ;
320320 /** value for `gs-id` stored on the widget (default?: undefined) */
321321 id ?: string ;
You can’t perform that action at this time.
0 commit comments