Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvQueryPaneProps

Hierarchy

Index

Properties

Optional actionListeners

actionListeners: Array<function>

Optional actionProvider

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 errorRenderer

errorRenderer: function

Type declaration

    • (cvContext: CvContext, dialogException?: DialogException): __type
    • Parameters

      • cvContext: CvContext
      • Optional dialogException: DialogException

      Returns __type

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 formContext

formContext: FormContext

Optional paneRef

paneRef: number

Optional queryContext

queryContext: QueryContext

Optional queryMode

queryMode: CvQueryMode

Optional queryRenderer

queryRenderer: function

Type declaration

Optional recordPageSize

recordPageSize: number

Optional renderer

renderer: function

Allows for a component's rendering logic to be overridden and completely customized. The first argument, the CvContext, exposes the CvScopeContext which provides the relevant SDK object for use by the renderer. 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

Optional stateChangeListeners

stateChangeListeners: Array<function>

Generated using TypeDoc