Interface OnComponentDidUpdate


@JsType(isNative=true, namespace="<global>", name="?") public interface OnComponentDidUpdate
Native support infrastructure for componentDidUpdate react lifecycle.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    componentDidUpdate(jsinterop.base.JsPropertyMap<Object> prevProps)
     
  • Method Details

    • componentDidUpdate

      void componentDidUpdate(@Nonnull jsinterop.base.JsPropertyMap<Object> prevProps)