name
@Nonnull
public abstract java.lang.String name
Return the name of the component.
The value defaults to the simple name name of the class. If the value is specified, the
value must conform to the requirements of a java identifier. It should also be unique
across the suite of components used within an application but this is not strictly
required as the name is only used for development purposes. (i.e. This is the name
that is used within the React DevTools).
- Returns:
- the name of the component.
- Default:
- "<default>"