displayName property

String displayName

The displayName string is used in debugging messages.

See: reactjs.org/docs/react-component.html#displayname

Implementation

external String get displayName;
void displayName=(String value)

Implementation

external set displayName(String value);