Skip to main content
Version: 6.0.0

CatalogOverlayPlotSettingsPanelComponent

Hierarchy

  • Component<WidgetProps>
    • CatalogOverlayPlotSettingsPanelComponent

Index

Constructors

constructor

Accessors

axisOption

  • get axisOption(): string[]
  • Returns string[]

catalogFileId

  • get catalogFileId(): number | undefined
  • Returns number | undefined

profileStore

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

handleCatalogFileChange

  • handleCatalogFileChange(fileId: number): void
  • Parameters

    • fileId: number

    Returns void

publicrender

  • render(): Element | null
  • Returns Element | null