Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvLauncherProps

Hierarchy

Index

Properties

Optional actionId

actionId: string

Optional actionListeners

actionListeners: Array<function>

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 launchAction

launchAction: WorkbenchLaunchAction

Optional launchListeners

launchListeners: Array<function>

Optional navTarget

navTarget: string

renderer

renderer: function

Type declaration

Optional workbench

workbench: Workbench

Optional wrapperElemName

wrapperElemName: string

Optional wrapperElemProps

wrapperElemProps: any

Generated using TypeDoc