Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 916 Bytes

DAGArtifactOutputAlias.md

File metadata and controls

16 lines (11 loc) · 916 Bytes

PollinationSDK.Model.DAGArtifactOutputAlias

Properties

Name Type Description Notes
Platform List<string> 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.
Handler List<IOAliasHandler> List of process actions to process the input or output value.
Required bool A boolean to indicate if an artifact output is required. A False value makes the artifact optional. [optional] [default to true]
Type string [optional] [readonly] [default to "DAGGenericOutputAlias"]

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