Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FormDecoratorOptions

Hierarchy

  • FormDecoratorOptions

Index

Properties

Optional decorators

decorators: ReadonlyArray<Decorator>

A list of 🏁 FinalForm decorators to apply to the form.

Optional subscription

subscription: FormSubscription

A list of form channels to notify when a part of the form is changed. All channels are described in the FormSubscription interface. If this property is omitted, the subscription will be issued on all channels.

Generated using TypeDoc