Last date modified: 2025-Jul-02
Enumeration: ComponentConflictBehavior
Defines extension behavior when conflicts are detected between multiple extensions
Enumeration Members
Fail
Fail:
"fail"
The extension will be registered and placed in an error state. None of its components or event handlers will be registered. This behavior should be used when there is not a reasonable expectation of conflicts and the extension cannot gracefully handle them if they do arise.
Register
Register:
"register"
The extension and all of its non-conflicting components will be registered as normal. This behavior should be used when the extension can gracefully handle the conflict.
Unregister
Unregister:
"unregister"
The extension nor any of its components or event handlers will be registered. This behavior should be used when there is a reasonable expectation of conflicts and the extension cannot gracefully handle them.