toloka.client.project.template_builder.view.DividerViewV1
| Source code
DividerViewV1( self, *, hint: Optional[Any] = None, label: Optional[Any] = None, validation: Optional[BaseComponent] = None, version: Optional[str] = '1.0.0')
Horizontal delimiter.
You can place extra elements in the center of the delimiter, like a popup hint and label.
Parameters | Type | Description |
---|---|---|
hint | Optional[Any] | Hint text. |
label | Optional[Any] | A label in the center of the delimiter. Line breaks are not supported. |
validation | Optional[BaseComponent] | Validation based on condition. |