Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • API

Index

Properties

DIMENSIONS: Record<"x" | "y" | "z", "x" | "y" | "z">
ExpandNodesEdgeDirection: Record<"INCOMING" | "OUTGOING" | "BOTH" | "ANY", string>
ExpandNodesStatusCode: Record<"MAYBE_MORE_RESULTS_AVAILABLE" | "NO_MORE_RESULTS_AVAILABLE", string>
_minimumGraphxrVersion: string
_version: string
aggregateFormula: { average: AggregateFormula; concatenate: AggregateFormula; count: AggregateFormula; max: AggregateFormula; min: AggregateFormula; range: AggregateFormula; sum: AggregateFormula; takeFirst: AggregateFormula }

Type declaration

  • average: AggregateFormula
  • concatenate: AggregateFormula
  • count: AggregateFormula
  • max: AggregateFormula
  • min: AggregateFormula
  • range: AggregateFormula
  • sum: AggregateFormula
  • takeFirst: AggregateFormula
mapFormula: { toDate: MapFormula; toNumber: MapFormula; toString: MapFormula; toWeek: MapFormula }

Type declaration

Methods

  • comparePropertyValues(left: any, right: any, ascending?: boolean): number
  • Parameters

    • left: any
    • right: any
    • Optional ascending: boolean

    Returns number

  • convertToScreenCoordinates(position: Vector3): Vector3
  • Parameters

    • position: Vector3

    Returns Vector3

  • dispatchGraphDataUpdate(): void
  • getGraphView(): void
  • getScene(): Group
  • makeColor(hexOrR: number, g?: number, b?: number): Color
  • Parameters

    • hexOrR: number
    • Optional g: number
    • Optional b: number

    Returns Color

  • makePosition(xyz: Partial<Vector3>): Vector3
  • Parameters

    • xyz: Partial<Vector3>

    Returns Vector3

  • makeRandomPosition(): Vector3
  • setAutoShowImage(value: boolean): boolean
  • Parameters

    • value: boolean

    Returns boolean

  • setCameraRotating(isRotating: boolean): void
  • Parameters

    • isRotating: boolean

    Returns void

  • setEdgeScale(value: number): number
  • Parameters

    • value: number

    Returns number

  • setFullscreen(value: boolean): boolean
  • Parameters

    • value: boolean

    Returns boolean

  • setParametricAxesOptions(options: Partial<AxesOptions>): void
  • sleep(ms: number): Promise<number>
  • Parameters

    • ms: number

    Returns Promise<number>

  • triggerForceLayout(): void

Generated using TypeDoc