Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.35 KB

DAGPathOutputAlias.md

File metadata and controls

18 lines (14 loc) · 1.35 KB

DAGPathOutputAlias

DAG alias path output.

Properties

Name Type Description Notes
annotations dict(str, str) An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. [optional]
description str Optional description for output. [optional]
_from AnyOfTaskReferenceFileReferenceFolderReference Reference to a file, folder or a task output. Task output must either be a file or a folder.
handler list[IOAliasHandler] List of process actions to process the input or output value.
name str Output name.
platform list[str] Name of the client platform (e.g. Grasshopper, Revit, etc). The value can be any strings as long as it has been agreed between client-side developer and author of the recipe.
required bool A boolean to indicate if an artifact output is required. A False value makes the artifact optional. [optional] [default to True]
type str [optional] [readonly] [default to 'DAGPathOutputAlias']

[Back to Model list] [Back to API list] [Back to README]