
react4j.ReactElement Maven / Gradle / Ivy
The newest version!
package react4j;
import java.util.Objects;
import javaemul.internal.annotations.DoNotAutobox;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import jsinterop.annotations.JsOverlay;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsProperty;
import jsinterop.annotations.JsType;
import jsinterop.base.JsPropertyMap;
import react4j.internal.ViewConstructorFunction;
/**
* Element represents either a view or a host component.
*/
@SuppressWarnings( "unused" )
@JsType( isNative = true, name = "Object", namespace = JsPackage.GLOBAL )
public class ReactElement
implements ReactNode
{
@JsProperty( name = "$$typeof" )
private Object typeof;
private Object type;
private String key;
private Object ref;
@JsProperty( name = "props" )
private JsPropertyMap
© 2015 - 2025 Weber Informatics LLC | Privacy Policy