@Documented
@Target(value=TYPE)
public @interface ReactComponent
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
name
Return the name of the component.
|
ReactComponent.Type |
type
Enum indicating the capabilities of the component.
|
@Nonnull public abstract java.lang.String name
@Nonnull public abstract ReactComponent.Type type
ReactComponent.Type
enum for further details.ReactComponent.Type