removeCallback(callbackKey)
Removes the callback function referenced by callbackKey
from Command AI.
When you remove a callback, any actions for which the callback is a dependency will no longer be available.
Example
window.CommandBar.removeCallback("sayHi");
Method parameters
callbackKey Required
string
Callback key for the callback to be removed.