Interacting with editorsPDF APIEventsonTargetPositionChangedOn this pageonTargetPositionChangedAsk a question The function called when the target position in the editor is changed. Parameters This event has no parameters. Example window.Asc.plugin.attachEditorEvent("onTargetPositionChanged", () => { console.log("event: onTargetPositionChanged");});