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

Method _triggerEvent

src/dd-resizable-handle.ts:144–147  ·  view source on GitHub ↗

@internal

(name: string, event: MouseEvent)

Source from the content-addressed store, hash-verified

142
143 /** @internal */
144 protected _triggerEvent(name: string, event: MouseEvent): DDResizableHandle {
145 if (this.option[name]) this.option[name](event);
146 return this;
147 }
148}

Callers 2

_mouseMoveMethod · 0.95
_mouseUpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected