Skip to main content

onInsertOleObjects

The function called when one or more OLE objects are inserted into the document.

Parameters

NameData typeDescription
dataobject[]An array containing information about the inserted OLE objects.
window.Asc.plugin.attachEditorEvent("onInsertOleObjects", (arrData) => {
afterInsertOleObjects(arrData);
});