onFocusContentControl
The function called to show which content control has been focused.
Parameters
| Name | Data type | Description |
|---|---|---|
| control | Event_ContentControl | Defines the content control that has been focused. |
window.Asc.plugin.attachEditorEvent("onFocusContentControl", (control) => {
focusContentControl(control);
});