Hierarchy

  • FormConfigurationConfiguration

Properties

additionalValidatorConverters?: ValidatorConverter[]

Additional converters to use for custom constraints.

requestOptionsResolver?: (() => RequestInit)

Type declaration

    • (): RequestInit
    • Additional configuration options to send with fetch request i.e. if some authentication information is required.

      Returns RequestInit

url?: string

Url where to fetch configuration from. It represents the part of the path till /fetch-all.

Generated using TypeDoc