Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Runtime

Hierarchy

  • Runtime

Index

Properties

_AppActions: ReduxActions
_GXR: { Edge: any; GraphObservable: { next: any; subscribe: any; subscribeDebounced: any }; LabelsConfig: { instance: any }; Node: any; RelationshipConfig: { instance: any }; TypeColor: { getColorByType: any } }

Type declaration

_app: { controller: { API: { on: any }; drawing: { GPUPicker: { lineCloud: { _widthScale: number } }; cloudScene: Group; graph2DControl: { object: Group; rotating: boolean; showAxes: any }; nodeCloud: { _showImage: boolean }; convertCloudPoint: any; forceStartLayout: any }; graph: LegacyGraph }; store: ReduxStore }

Type declaration

  • controller: { API: { on: any }; drawing: { GPUPicker: { lineCloud: { _widthScale: number } }; cloudScene: Group; graph2DControl: { object: Group; rotating: boolean; showAxes: any }; nodeCloud: { _showImage: boolean }; convertCloudPoint: any; forceStartLayout: any }; graph: LegacyGraph }
    • API: { on: any }
    • drawing: { GPUPicker: { lineCloud: { _widthScale: number } }; cloudScene: Group; graph2DControl: { object: Group; rotating: boolean; showAxes: any }; nodeCloud: { _showImage: boolean }; convertCloudPoint: any; forceStartLayout: any }
      • GPUPicker: { lineCloud: { _widthScale: number } }
        • lineCloud: { _widthScale: number }
          • _widthScale: number
      • cloudScene: Group
      • graph2DControl: { object: Group; rotating: boolean; showAxes: any }
        • object: Group
        • rotating: boolean
        • showAxes:function
          • showAxes(visible: boolean): void
      • nodeCloud: { _showImage: boolean }
        • _showImage: boolean
      • convertCloudPoint:function
        • convertCloudPoint(position: Vector3): Vector3
        • Parameters

          • position: Vector3

          Returns Vector3

      • forceStartLayout:function
        • forceStartLayout(): void
    • graph: LegacyGraph
  • store: ReduxStore
_hd: { axisText: { x: any; y: any; z: any }; axisTitle: any; setScale: any }

Type declaration

  • axisText: { x: any; y: any; z: any }
    • x: any
    • y: any
    • z: any
  • axisTitle: any
  • setScale:function
    • setScale(scale: Vector3): void
_plot: any
_requestData: RequestData
_testEnvironmentMocks?: { projectId?: string; makeNodeId?: any }

Type declaration

globalVariable?: { name?: string; version?: string }

Type declaration

  • Optional name?: string
  • Optional version?: string
isMockRuntime?: boolean

Generated using TypeDoc