NotifyActionV1
toloka.client.project.template_builder.actions.NotifyActionV1
| Source code
NotifyActionV1(
self,
payload: Optional[Union[BaseComponent, Payload]] = None,
*,
version: Optional[str] = '1.0.0'
)
The component creates a message in the lower-left corner of the screen.
You can set the how long the message will be active, the delay before displaying it, and the background color.
Parameters Description
Parameters | Type | Description |
---|---|---|
payload |
Optional[Union[BaseComponent, Payload]] | Parameters for the message. |