Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvWorkbenchManagerProps

Hierarchy

  • CvProps
    • CvWorkbenchManagerProps

Index

Properties

Optional appWinDef

appWinDef: AppWinDef

The sdk {AppWinDef} from which to retrieve the workbenches

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 {@link CvEventRegistry} handles decoupled communication between components. Any component may subscribe to and publish {@link CvEvent}s. See also {@link CvListener} and {@link CvEventType}

menuRenderer

menuRenderer: function

A renderer for the workbench menu. Should return a 'renderable'

Type declaration

    • (): __type
    • Returns __type

Optional renderer

renderer: function

Allows for a component's rendering logic to be overridden and completely customized. The first argument, the {@link CvContext}, exposes the {@link CvScopeContext} which provides the relevant SDK object for use by the renderer. {@link CvScopeContext.scopeObj} will always be an SDK object exposing the data related to the current component.

Type declaration

    • (cvContext: CvContext, callbackObj?: any): __type
    • Parameters

      • cvContext: CvContext
      • Optional callbackObj: any

      Returns __type

selectionProvider

selectionProvider: CvValueProvider<Workbench>

A workbench selection provider, to which this component will 'listen' and display workbench selection changes

workbenchRenderer

workbenchRenderer: function

A renderer for the workbench. Should return a 'renderable'

param

Type declaration

    • (intialWorkbench: Workbench): __type
    • Parameters

      • intialWorkbench: Workbench

      Returns __type

Generated using TypeDoc