Closed
Description
What would you like to be added:
Provide support for using both object and string expressions for input.from
, export.as
and output.as
.
Why is this needed:
- Convenience
- Improved readability for complex expressions
Currently:
...
output:
as: '{ style: { shape: "circle", backgroundColor: .colors[0] } }'
Proposal:
...
output:
as:
shape: circle
style:
backgroundColor: ${ .colors[0] }
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done