View the Project on GitHub elements-storage/elements-sdk-python
| Name | Type | Description | Notes |
|---|---|---|---|
| type | str | ||
| display_name | str | ||
| display_group | str | ||
| description | str, none_type | ||
| input_type | str, none_type | ||
| abortable | bool | ||
| arg_template | {str: (str, none_type)}, none_type | ||
| arg_types | {str: (ArgumentType,)} | [readonly] | |
| required_args | [str] | ||
| output_names | {str: (str,)} | ||
| output_types | {str: (ArgumentType,)} | [readonly] | |
| parameters_editor_component | str, none_type | ||
| superuser_only | bool | ||
| icon_class | str, none_type | ||
| is_available | bool | [readonly] | |
| allow_in_jobs | bool | ||
| required_permissions | [str] | ||
| new_since_version | str, none_type | ||
| wildcard_input | bool, none_type |