TaskSpecV1beta3.parameters
Home > @backstage/plugin-scaffolder-common
> TaskSpecV1beta3
> parameters
This is a JSONSchema which is used to render a form in the frontend to collect user input and validate it against that schema. This can then be used in the steps
part below to template variables passed from the user into each action in the template.
Signature:
parameters: JsonObject;