Skip to main content

onTargetPositionChanged

The function called when the target position in the editor is changed.

Parameters

This event has no parameters.

window.Asc.plugin.attachEditorEvent("onTargetPositionChanged", () => {
console.log("event: onTargetPositionChanged");
});