Skip to main content

onHideContentControlTrack

The function called when the content control loses focus in the document.

Parameters

NameData typeDescription
idsstring[]An array of content control IDs that have lost focus.
window.Asc.plugin.attachEditorEvent("onHideContentControlTrack", (ids) => {
onHideContentControlTrack(ids);
});