You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [getLoadedGuests()](./uix-host.host.getloadedguests.md) | | Return all loaded guests. |
55
56
| [getLoadedGuests(filter)](./uix-host.host.getloadedguests_1.md) | | Return loaded guests which satisfy the passed test function. |
56
57
| [getLoadedGuests(capabilities)](./uix-host.host.getloadedguests_2.md) | | Return loaded guests which expose the provided [CapabilitySpec](./uix-host.capabilityspec.md)<!-- -->. |
57
58
| [load(extensions, options)](./uix-host.host.load.md) | | Load extension into host application from provided extension description. Returned promise resolves when all extensions are loaded and registered. |
59
+
| [removeGuest(id, extension)](./uix-host.host.removeguest.md) | | Unload and remove a specific extension by its ID. |
58
60
| [shareContext(context)](./uix-host.host.sharecontext.md) | | Set the object of shared values that all Guests can access via [GuestServer.sharedContext](./uix-guest.guestserver.sharedcontext.md)<!-- -->. This overwrites any previous object. |
59
61
| [shareContext(setter)](./uix-host.host.sharecontext_1.md) | | Update the object of shared values that all Guests can access via [GuestServer.sharedContext](./uix-guest.guestserver.sharedcontext.md)<!-- -->. This method takes a callback which receives the previous context and may return an entirely new context, or new values merged with the old context. |
|[GuestFilter](./uix-host.guestfilter.md)| Callback to use to filter the list returned from [Host.getLoadedGuests()](./uix-host.host.getloadedguests_1.md)|
0 commit comments