TaskSpecV1beta3.output
Home > @backstage/plugin-scaffolder-common
> TaskSpecV1beta3
> output
The output is an object where template authors can pull out information from template actions and return them in a known standard way.
Signature:
output: {
[name: string]: JsonValue;
};