Template functions
StackState Self-hosted v5.1.x
Overview
Create template functions
Create from an existing component or relation
Manually create a template function
[{ "_type": "Component", "checks": [], "streams": [], "labels": [], "name": "{{ name }}", "description": "{{ description }}", "type" : {{ componentTypeId }}, "layer": {{ layerId }}, "domain": {{ domainId }}, "environments": [{{ environmentId }}] }][{ "_type": "Relation", "checks": [], "streams": [], "labels": [], "name": "{{ name }}", "description": "{{ description }}", "type": {{ relationTypeId }}, "source": {{ sourceId }}, "target": {{ targetId }} }]
Last updated