toloka.client.project.view_spec.ViewSpec.Settings
| Source code
Settings( self, *, show_finish: Optional[bool] = None, show_fullscreen: Optional[bool] = None, show_instructions: Optional[bool] = None, show_message: Optional[bool] = None, show_reward: Optional[bool] = None, show_skip: Optional[bool] = None, show_submit: Optional[bool] = None, show_timer: Optional[bool] = None, show_title: Optional[bool] = None)
Common interface elements.
Parameters | Type | Description |
---|---|---|
show_finish | Optional[bool] | Show the Exit button. The default is to show the button. |
show_fullscreen | Optional[bool] | Show the Expand to fullscreen button. The default is to show the button. |
show_instructions | Optional[bool] | Show the Instructions button. The default is to show the button. |
show_message | Optional[bool] | Show the Message for the requester button. The default is to show the button. |
show_reward | Optional[bool] | Show the price per task page. The default is to show the price. |
show_skip | Optional[bool] | Show the Skip button. The default is to show the button. |
show_submit | Optional[bool] | Show the Submit button. The default is to show the button. |
show_timer | Optional[bool] | Show the timer. The default is to show the timer. |
show_title | Optional[bool] | Show the project name on the top of a page. The default is to show the name. |
Last updated: August 28, 2023