Skip to main content

TemplateInfo

Home > @backstage/plugin-scaffolder-common > TemplateInfo

Information about a template that is stored on a task specification. Includes a stringified entityRef, and the baseUrl which is usually the relative path of the template definition

Signature:

export type TemplateInfo = {
entityRef: string;
baseUrl?: string;
entity?: {
metadata: EntityMeta;
};
};

References: EntityMeta