ScaffolderRJSFFormProps.templates
Home > @backstage/plugin-scaffolder-react
> ScaffolderRJSFFormProps
> templates
The dictionary of registered templates in the form; Partial allows a subset to be provided beyond the defaults
Signature:
templates?: Partial<Omit<TemplatesType<T, S, F>, 'ButtonTemplates'>> & {
ButtonTemplates?: Partial<TemplatesType<T, S, F>['ButtonTemplates']>;
};