Skip to main content
Version: 6.0.0

SpatialProfilerComponent

Hierarchy

Index

Constructors

constructor

Properties

autoScaleHorizontalMax

autoScaleHorizontalMax: number = 1

autoScaleHorizontalMin

autoScaleHorizontalMin: number = 0

height

height: number = 250

onGraphCursorMoved

onGraphCursorMoved: DebouncedFuncLeading<(x: any) => void> = ...

width

width: number = 650

Accessors

exportHeader

  • get exportHeader(): string[]
  • Returns string[]

frame

lineAxis

  • get lineAxis(): { label: string; max: number; min: number; unit: string } | null
  • Returns { label: string; max: number; min: number; unit: string } | null

nearestCursorPoint

  • get nearestCursorPoint(): Point2D | null

plotData

  • get plotData(): { fullResolutionValues: Point2D[]; smoothingValues: Point2D[]; values: Point2D[]; xMax: number; xMin: number; yMax: number; yMean: number; yMin: number; yRms: number; ySmoothedMean: number; ySmoothedRms: number } | null
  • Returns { fullResolutionValues: Point2D[]; smoothingValues: Point2D[]; values: Point2D[]; xMax: number; xMin: number; yMax: number; yMean: number; yMin: number; yRms: number; ySmoothedMean: number; ySmoothedRms: number } | null

pointInfo

  • get pointInfo(): { infoWCS: any; posImageSpace: Point2D; posWCS: any; precision: Point2D } | null
  • Returns { infoWCS: any; posImageSpace: Point2D; posWCS: any; precision: Point2D } | null

profileStore

widgetStore

publicstaticWidgetConfig

Methods

componentWillUnmount

  • componentWillUnmount(): void
  • Called immediately before a component is destroyed. Perform any necessary cleanup in this method, such as cancelled network requests, or cleaning up any DOM elements created in componentDidMount.


    Returns void

render

  • render(): Element
  • Returns Element