Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvContext

Top-level Catavolt Context Object

Hierarchy

  • CvContext

Index

Properties

Optional catavolt

catavolt: AppContext

The Catavolt SDK entry point, an instance of the sdk {AppContext} which is always available to components. A singleton instance is used by the underlying components to interact with the sdk.

Optional eventRegistry

eventRegistry: CvEventRegistry

The CvEventRegistry handles decoupled communication between components. Any component may subscribe to and publish CvEvents. See also CvListener and CvEventType

Optional scopeCtx

scopeCtx: CvScopeContext

Allows for exposing a 'scope' object to child components This is usually the corresponding SDK object

Generated using TypeDoc