Modifier and Type | Method and Description |
---|---|
ReactNode |
build() |
ReactNode |
children(ReactNode... children) |
Context.ProviderBuilder<ST> |
key(java.lang.String key)
Specify the key for the component if required.
|
Context.ProviderBuilder<ST> |
value(ST value) |
@Nonnull public Context.ProviderBuilder<ST> key(@Nonnull java.lang.String key)
key
- the key for the component.@Nonnull public Context.ProviderBuilder<ST> value(@Nullable ST value)
@Nonnull public ReactNode build()