Rating
Extends:
react~Component → Rating
Static Method Summary
| Static Public Methods | ||
| public static |
getDerivedStateFromProps(nextProps: *, prevState: *): {"value": *} |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
onChangeAndSetState(objectPattern: {"target": *}) |
|
| public |
render(): * |
|
| public |
renderNullStar(): * |
|
| public |
renderStars(index: *): * |
|
| public |
renderTooltip(): * |
|
Static Public Methods
public static getDerivedStateFromProps(nextProps: *, prevState: *): {"value": *} source
Params:
| Name | Type | Attribute | Description |
| nextProps | * | ||
| prevState | * |
Return:
| {"value": *} |
Public Constructors
public constructor() source
Public Methods
public onChangeAndSetState(objectPattern: {"target": *}) source
Params:
| Name | Type | Attribute | Description |
| objectPattern | {"target": *} |
|