OutputData
toloka.client.project.template_builder.data.OutputData
| Source code
OutputData(
self,
path: Optional[Any] = None,
default: Optional[Any] = None
)
The output data.
This is what you get when you click the Send button.
Parameters Description
Parameters | Type | Description |
---|---|---|
path |
Optional[Any] | Path to the property containing data. Dots are used as separators: path.to.some.element. To specify the path to the array element, specify its sequence number starting from zero, for example: items.0 |
default |
Optional[Any] | The value to be used as the default data. This value will be shown in the interface, so it might hide some placeholders, for example, in the field.text component. |