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