Skip to main content
Version: 5.0.0-beta.1c

SpectralSettingsComponent

Hierarchy

  • Component<{ customLabel?: string; 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: { customLabel?: string; disable: boolean; disableChannelOption?: boolean; frame: FrameStore; onSpectralCoordinateChange: (coordinate: string) => void; onSpectralCoordinateChangeSecondary?: (coordinate: string) => void; onSpectralSystemChange: (system: string) => void; secondaryAxisCursorInfoVisible?: boolean }): SpectralSettingsComponent
  • new SpectralSettingsComponent(props: { customLabel?: string; 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: { customLabel?: string; 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