@JsType(isNative=true,
namespace="<global>",
name="React")
public final class React
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static boolean |
enableViewNames()
Return true if views should have human readable names specified.
|
static boolean |
shouldCheckInvariants()
Return true if invariants will be checked.
|
static boolean |
shouldFreezeInputs()
Return true if inputs should be frozen before being passed to react.
|
static boolean |
shouldMinimizeInputKeys()
Return true if the input keys should be minimized.
|
static boolean |
shouldStoreDebugDataAsState()
Return true if react state should be used to store debug data.
|
static boolean |
shouldValidateInputValues()
Return true if the input value should be validated when initially set or when changed.
|
@JsOverlay public static boolean enableViewNames()
@JsOverlay public static boolean shouldMinimizeInputKeys()
@JsOverlay public static boolean shouldValidateInputValues()
@JsOverlay public static boolean shouldStoreDebugDataAsState()
@JsOverlay public static boolean shouldCheckInvariants()
@JsOverlay public static boolean shouldFreezeInputs()