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 {
311
311
minH ?: number ;
312
312
/** maximum height allowed during resize/creation (default?: undefined = un-constrained) */
313
313
maxH ?: number ;
314
- /** prevent resizing (default?: undefined = un-constrained) */
314
+ /** prevent direct resizing by the user (default?: undefined = un-constrained) */
315
315
noResize ?: boolean ;
316
- /** prevents moving (default?: undefined = un-constrained) */
316
+ /** prevents direct moving by the user (default?: undefined = un-constrained) */
317
317
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) */
319
319
locked ?: boolean ;
320
320
/** value for `gs-id` stored on the widget (default?: undefined) */
321
321
id ?: string ;
You can’t perform that action at this time.
0 commit comments