Rate
Container properties
All component configurations support Container properties at the first level.
Component properties
| Name | Type | Default | Whether Variable Pattern | is supported Description |
|---|---|---|---|---|
| className | string | ✔️ | className | |
| style | object | style | ||
| count | number | Total score |
All the remaining componentsProps will be passed to the component root element(Rate)。
JS API
The interface obtained through formApi.getFieldApi() is as follows:
| Name | Type | Description |
|---|---|---|
| node | HTML Element | The root DOM element of the component |