Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

Properties

context

context: any

props

props: Readonly<object> & Readonly<MeasureProps>

refs

refs: object

Type declaration

  • [key: string]: ReactInstance

state

state: Readonly<Partial<IMeasureContainerState>>

Methods

componentDidMount

  • componentDidMount(): void
  • Returns void

componentWillReceiveProps

componentWillUnmount

  • componentWillUnmount(): void
  • Returns void

forceUpdate

  • forceUpdate(callBack?: undefined | function): void
  • Parameters

    • Optional callBack: undefined | function

    Returns void

getCurrentDrawType

  • getCurrentDrawType(): string | undefined
  • Returns string | undefined

getLocale

  • getLocale(): string
  • Returns string

isGeodesic

  • isGeodesic(): boolean
  • Returns boolean

render

  • render(): Element
  • Returns Element

setState

  • setState<K>(f: function, callback?: undefined | function): void
  • setState<K>(state: Pick<Partial<IMeasureContainerState>, K>, callback?: undefined | function): void

Static Optional componentDidMount

  • componentDidMount(): void
  • Returns void

Static Optional componentDidUpdate

Static Optional componentWillMount

  • componentWillMount(): void
  • Returns void

Static Optional componentWillReceiveProps

  • componentWillReceiveProps(nextProps: Readonly<MeasureProps>, nextContext: any): void
  • Parameters

    Returns void

Static Optional componentWillUnmount

  • componentWillUnmount(): void
  • Returns void

Static Optional componentWillUpdate

Static Optional shouldComponentUpdate

Generated using TypeDoc