Package react4j.dom
Class ReactPortal
java.lang.Object
react4j.dom.ReactPortal
- All Implemented Interfaces:
ReactNode
@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ReactPortal
extends Object
implements ReactNode
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Objects of this class cannot be directly instantiated by the user. -
Method Summary
-
Field Details
-
key
-
containerInfo
-
children
-
-
Constructor Details
-
ReactPortal
protected ReactPortal()Objects of this class cannot be directly instantiated by the user.
-