Skip to main content

onShowContentControlTrack

The function called when the content control receives focus and its track appears.

Parameters

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