SpaceFolderParam
Space folder param spec. When used, the end user will be able to select a space folder from the list of available space folders. The config stores only the space folder id, not the full space folder object.
The accessible value in task is a Space folder. See the documentation of the credentials type for more info.
PRIVATE_VISIBILITY: Literal
PROTECTED_VISIBILITY: Literal
PUBLIC_VISIBILITY: Literal
additional_info: Optional
default_value: Optional
human_name: Optional
optional: bool
short_description: Optional
visibility: Literal
bool
- False
Literal
- public
Optional
- Select a folder
Optional
Method call before the value is used (in task or view) to apply some transformation if needed by the ParamSpec. This does not affect the value in the database.
Any
SpaceFolder
Any
ParamSpecDTO
ParamSpecSimpleDTO
Validate the value of the param and return the modified value if needed. This method is called when the param is set in the config before saving it in the database. The returned value must be serializable in json.
Any
str
ParamSpec
Dict
SpaceFolderParam
ParamSpecTypeStr
ParamSpecDTO
ParamSpec
ParamSpecInfoSpecs