Skip to main content
Version: 6.0.0

RegionListComponent

Hierarchy

Index

Constructors

constructor

  • Parameters

    • props: any

    Returns RegionListComponent

Properties

firstVisibleRow

firstVisibleRow: number = 0

height

height: number = 0

lastVisibleRow

lastVisibleRow: number = 0

width

width: number = 0

Accessors

validRegions

publicstaticWidgetConfig

Methods

componentDidMount

  • componentDidMount(): void
  • Called immediately after a component is mounted. Setting state here will trigger re-rendering.


    Returns void

componentDidUpdate

  • componentDidUpdate(): void
  • Called immediately after updating occurs. Not called for the initial render.

    The snapshot is only present if getSnapshotBeforeUpdate is present and returns non-null.


    Returns void

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

render

  • render(): Element
  • Returns Element