MCPcopy
hub / github.com/nhn/tui.image-editor / fire

Method fire

apps/image-editor/src/js/interface/component.js:27–31  ·  view source on GitHub ↗

* Fire Graphics event * @returns {Object} return value

(...args)

Source from the content-addressed store, hash-verified

25 * @returns {Object} return value
26 */
27 fire(...args) {
28 const context = this.graphics;
29
30 return this.graphics.fire.apply(context, args);
31 }
32
33 /**
34 * Save image(background) of canvas

Callers 15

_addSubMenuEventMethod · 0.80
_mainActionFunction · 0.80
_maskActionFunction · 0.80
_cropActionFunction · 0.80
_invokeExecutionMethod · 0.80
_invokeUndoMethod · 0.80
_fireRedoStackChangedMethod · 0.80
_fireUndoStackChangedMethod · 0.80
_attachInvokerEventsMethod · 0.80
_onMouseDownMethod · 0.80
_onObjectActivatedMethod · 0.80
_onObjectMovedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected