@OmitPattern(type="^react4j\\.[^.]+$",symbol="^\\$clinit$") @OmitPattern(type="^.*\\.React4j_[^.]+$",symbol="^\\$clinit$") @OmitPattern(type="^.*\\.React4j_[^.]+$",symbol="^\\$\\$react4j\\$\\$_storeDebugDataAsState",unless="react4j.store_debug_data_as_state") @KeepPattern(type="^.*\\.React4j_[^.]+\\$Factory$", symbol="^\\$clinit$")
See: Description
Interface | Description |
---|---|
Context.ConsumerRenderFunction<T> |
Interface used to type the render function input.
|
Keyed |
Interface implemented by objects so that they can be marked as
Input.immutable() |
ReactNode |
Union type representing possible output of render method.
|
Class | Description |
---|---|
Context<T> |
Context is designed to share data that can be considered "global" for a tree of views.
|
Context.ConsumerBuilder<ST> |
A Builder for the Consumer component.
|
Context.ProviderBuilder<ST> |
A Builder for the Provider component.
|
Contexts |
A global registry containing the react contexts that have been created.
|
React |
Native interface to native runtime for creating views.
|
ReactElement |
Element represents either a view or a host component.
|
ReactErrorInfo | |
ReactTestUtil |
Utility class for interacting with React4j in tests.
|