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

react4j.dom.ReactPortal Maven / Gradle / Ivy

The newest version!
package react4j.dom;

import akasha.Element;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import jsinterop.annotations.JsPackage;
import jsinterop.annotations.JsType;
import react4j.ReactNode;

@SuppressWarnings( "NotNullFieldNotInitialized" )
@JsType( isNative = true, namespace = JsPackage.GLOBAL, name = "Object" )
public class ReactPortal
  implements ReactNode
{
  @Nullable
  public String key;
  @Nonnull
  public Element containerInfo;
  @Nonnull
  public ReactNode children;

  /**
   * Objects of this class cannot be directly instantiated by the user.
   */
  protected ReactPortal()
  {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy