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