SpatialProfilerComponent
Hierarchy
- Component<WidgetProps>
- SpatialProfilerComponent
Index
Constructors
constructor
Parameters
props: WidgetProps
Returns SpatialProfilerComponent
Properties
autoScaleHorizontalMax
autoScaleHorizontalMin
height
onGraphCursorMoved
width
Accessors
exportHeader
Returns string[]
frame
Returns FrameStore | undefined
lineAxis
Returns { label: string; max: number; min: number; unit: string } | null
nearestCursorPoint
Returns Point2D | null
plotData
pointInfo
profileStore
Returns SpatialProfileStore | undefined
widgetStore
Returns SpatialProfileWidgetStore
publicstaticWidgetConfig
Returns DefaultWidgetConfig
Methods
componentWillUnmount
Returns void
render
Returns Element
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.