Skip to main content
Version: Next

FormProps

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

Any @rjsf/core form properties that are publicly exposed to the ScaffolderPage

Signature:

export type FormProps = Pick<SchemaFormProps, 'transformErrors' | 'noHtml5Validate' | 'uiSchema' | 'formContext' | 'omitExtraData' | 'liveOmit'>;