Skip to main content
Version: 6.0.0

ImageViewSettingsPanelComponent

Hierarchy

Index

Constructors

constructor

Properties

panAndZoomCoord

panAndZoomCoord: CoordinateMode = CoordinateMode.World

selectedTab

selectedTab: TabId = ImageViewSettingsPanelTabs.PAN_AND_ZOOM

Accessors

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

publicrender

  • render(): Element
  • Returns Element