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
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
Returns Element