@JsType(isNative=true,
namespace="<global>",
name="Object")
public static class WindowPortal.Props
extends react4j.core.BaseProps
| Modifier and Type | Field and Description |
|---|---|
int |
height |
int |
left |
WindowPortal.OnCloseCallback |
onClose |
int |
top |
int |
width |
java.lang.String |
windowName |
| Constructor and Description |
|---|
Props() |
| Modifier and Type | Method and Description |
|---|---|
static WindowPortal.Props |
create(java.lang.String windowName,
int top,
int left,
int width,
int height,
WindowPortal.OnCloseCallback onClose) |
public java.lang.String windowName
public int left
public int top
public int width
public int height
public WindowPortal.OnCloseCallback onClose
@JsOverlay public static WindowPortal.Props create(@Nonnull java.lang.String windowName, int top, int left, int width, int height, @Nullable WindowPortal.OnCloseCallback onClose)