Every application runs inside the Deskpro UI and has one Deskpro UI Component which acts as a container for the application, managing its lifecycle and dispatching UI Events to it
You have access to the Host Container via methods available directly on the context object which you can obtain from the application client:
const{context}=this.props.dpapp
Based on the choice of targets from the application manifest, your context object will expose different methods for interacting with the host container. The following chapters will document the usage scenarios for the different types of host containers.
When a certain piece of information becomes available, your application might want to bring itself to the attention of the user by activating the host UI Tab: