Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvAppWindowProps

Hierarchy

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 loginResult

loginResult: CvLoginResult

CvLoginResult containing the sdk {AppWinDef}. Should not be used with windowId

Optional logoutListeners

logoutListeners: Array<function>

A listener that will notified of an invalid session

Optional renderer

renderer: function

Custom renderer for CvAppWindow. Exposes the AppWinDef as the scopObj and the relevant callback object.

Type declaration

Optional windowId

windowId: string

A resource to allow for the retrieval of the CvLoginResult from the cache. Should not be used with loginResult

Generated using TypeDoc