hasRegisteredComponentDecorator
hasRegisteredComponentDecorator(
componentName,pluginName):boolean|undefined
Test whether a plugin with the given pluginName is currently registered
for the named slot. Useful in plugin code that conditionally registers
dependent decorators.
Parameters
Section titled “Parameters”componentName
Section titled “componentName”string
pluginName
Section titled “pluginName”string
Returns
Section titled “Returns”boolean | undefined