Skip to main content
Version: 6.0.0

SpectralProfilerComponent

Hierarchy

Index

Constructors

constructor

Properties

onGraphCursorMoved

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

Accessors

currentChannelValue

  • get currentChannelValue(): number | null
  • Returns number | null

isMeanRmsVisible

  • get isMeanRmsVisible(): boolean
  • Returns boolean

linePlotSelectingMode

plotData

requiredChannelValue

  • get requiredChannelValue(): number | null
  • Returns number | null

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

onChannelChanged

  • onChannelChanged(x: number): void
  • Parameters

    • x: number

    Returns void

render

  • render(): Element
  • Returns Element