Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CvScopeContext

Allows for exposing a 'scope' object to child components This is usually the corresponding SDK object

Hierarchy

  • CvScopeContext

Index

Properties

parentScopeCtx

parentScopeCtx: CvScopeContext

The parent's scope context (if any) This allows for navigation back up the component hierarchy

scopeObj

scopeObj: any

The object relevant to this components 'scope'. Usually an SDK object corresponding to the component type.

Generated using TypeDoc