Managers
Overview​
OHIF
uses Managers
to accomplish various purposes such as registering new
services, dependency injection, and aggregating and exposing extension
features.
OHIF-v3
provides the following managers which we will discuss in depth.
Manager | Description |
---|---|
Extension Manager | Aggregating and exposing modules and features through out the app |
Services Manager | Single point of registration for all internal and external services |
Commands Manager | Register commands with specific context and run commands in the app |
Hotkeys Manager | For keyboard keys assignment to commands |