Skip to main content
Version: 4.1.0

SpectralSettingsComponent

Hierarchy

  • Component<{ disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean }>
    • SpectralSettingsComponent

Index

Constructors

Methods

Constructors

externalconstructor

  • new SpectralSettingsComponent(props: { disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean } | Readonly<{ disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean }>): SpectralSettingsComponent
  • new SpectralSettingsComponent(props: { disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean }, context: any): SpectralSettingsComponent
  • Parameters

    • externalprops: { disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean } | Readonly<{ disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean }>

    Returns SpectralSettingsComponent

Methods

render

  • render(): Element
  • Returns Element