O3 Framework / detach
detach(
extensionSlotName,extensionId):void
Defined in: packages/framework/esm-extensions/src/extensions.ts:260
Detaches an extension from an extension slot.
string
The name of the extension slot to detach from.
string
The ID of the extension to detach.
void
Avoid using this. Extension attachments should be considered declarative.