TemplateGlobalFunction
Home > @backstage/plugin-scaffolder-react
> TemplateGlobalFunction
The response shape for a single global function in the listTemplateExtensions
call to the scaffolder-backend
Signature:
export type TemplateGlobalFunction = {
description?: string;
schema?: {
arguments?: JSONSchema7[];
output?: JSONSchema7;
};
examples?: ScaffolderUsageExample[];
};
References: ScaffolderUsageExample