Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvRecordProps

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.

entityRec

entityRec: EntityRec

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 paneContext

paneContext: PaneContext

Optional propRenderer

propRenderer: function

Type declaration

    • Parameters

      Returns __type

Optional renderPropNames

renderPropNames: Array<string>

Optional renderer

renderer: function

Type declaration

Optional wrapperElemName

wrapperElemName: string

Optional wrapperElemProps

wrapperElemProps: any

Generated using TypeDoc