Skip to main content
Version: Next

LayoutTemplate

Home > @backstage/plugin-scaffolder-react > LayoutTemplate

The field template from @rjsf/core which is a react component that gets passed @rjsf/core field related props.

Signature:

export type LayoutTemplate<T = any> = NonNullable<SchemaFormProps<T>['uiSchema']>['ui:ObjectFieldTemplate'];