Rating API
API documentation for Rating component
RatingRoot#
Props#
Defines valid properties in Rating component.
State#
Defines valid state in Rating component.
Exposes#
Defines the methods and properties exposed by Rating component.
Interfaces#
PassThroughOptions
Defines passthrough(pt) options of Rating component.
| name | type | default | description |
|---|---|---|---|
| root | RatingRootPassThroughType<HTMLAttributes<HTMLDivElement>> | null | Used to pass attributes to the root's DOM element. |
Types#
Instance
Instance of Rating component.
| values |
|---|
| ComponentInstance<RatingRootProps, RatingRootState, RatingRootExposes> |