@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ReactPortal
extends java.lang.Object
implements react4j.core.ReactNode
Modifier and Type | Field and Description |
---|---|
react4j.core.ReactNode |
children |
elemental2.dom.Element |
containerInfo |
java.lang.String |
key |
Modifier | Constructor and Description |
---|---|
protected |
ReactPortal()
Objects of this class cannot be directly instantiated by the user.
|