Skip to main content
Version: 4.1.0

SpectralProfilerToolbarComponent

Hierarchy

  • Component<{ id: string; widgetStore: SpectralProfileWidgetStore }>
    • SpectralProfilerToolbarComponent

Index

Constructors

Methods

Constructors

externalconstructor

  • new SpectralProfilerToolbarComponent(props: { id: string; widgetStore: SpectralProfileWidgetStore } | Readonly<{ id: string; widgetStore: SpectralProfileWidgetStore }>): SpectralProfilerToolbarComponent
  • new SpectralProfilerToolbarComponent(props: { id: string; widgetStore: SpectralProfileWidgetStore }, context: any): SpectralProfilerToolbarComponent
  • Parameters

    • externalprops: { id: string; widgetStore: SpectralProfileWidgetStore } | Readonly<{ id: string; widgetStore: SpectralProfileWidgetStore }>

    Returns SpectralProfilerToolbarComponent

Methods

publicrender

  • render(): Element
  • Returns Element