MCPcopy Index your code
hub / github.com/gridstack/gridstack.js / setupResizable

Method setupResizable

src/dd-element.ts:67–74  ·  view source on GitHub ↗
(opts: DDResizableOpt)

Source from the content-addressed store, hash-verified

65 }
66
67 public setupResizable(opts: DDResizableOpt): DDElement {
68 if (!this.ddResizable) {
69 this.ddResizable = new DDResizable(this.el, opts);
70 } else {
71 this.ddResizable.updateOption(opts);
72 }
73 return this;
74 }
75
76 public cleanResizable(): DDElement {
77 if (this.ddResizable) {

Callers 2

resizableMethod · 0.80

Calls 1

updateOptionMethod · 0.65

Tested by

no test coverage detected