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

Method updateOption

src/dd-base-impl.ts:97–97  ·  view source on GitHub ↗

Method to update the options and return the DD implementation

(T)

Source from the content-addressed store, hash-verified

95 option: T;
96 /** Method to update the options and return the DD implementation */
97 updateOption(T): DDBaseImplement;
98}

Callers 5

setupDraggableMethod · 0.65
setupResizableMethod · 0.65
setupDroppableMethod · 0.65

Implementers 3

DDDraggablesrc/dd-draggable.ts
DDResizablesrc/dd-resizable.ts
DDDroppablesrc/dd-droppable.ts

Calls

no outgoing calls

Tested by

no test coverage detected