All Downloads are FREE. Search and download functionalities are using the official Maven repository.

react4j.internal.OnComponentDidCatch Maven / Gradle / Ivy

The newest version!
package react4j.internal;

import akasha.core.JsError;
import javax.annotation.Nonnull;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
import react4j.ReactErrorInfo;

/**
 * Native support infrastructure for componentDidCatch react lifecycle.
 */
@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "?" )
public interface OnComponentDidCatch
{
  void componentDidCatch( @Nonnull JsError error, @Nonnull ReactErrorInfo info );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy