Link Search Menu Expand Document (external link)

Home > @department-of-veterans-affairs/va-forms-system-core > FormRouterProps

FormRouterProps interface

The prop type for the Router React component

Signature:

export interface FormRouterProps 

Properties

Property Type Description
basename string  
children ReactElement<any, any> | ReactElement<any, any>[]  
formData IFormData  
subtitle? string (Optional)
title string  
transformForSubmit? (values: FormikValues, actions: FormikHelpers<FormikValues>) => any (Optional)
uiFormData? IFormData (Optional)