onHideContentControlTrack
The function called when the focus of the content control changes.
Parameters
Name | Data type | Description |
---|---|---|
ids | string[] | array with ids of controls that lost focus |
window.Asc.plugin.attachEditorEvent("onHideContentControlTrack", (ids) => {
onHideContentControlTrack(ids);
});