Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDorfFormOptions

Defines options which should be passed to DorfForm annotation in order to modify the default rendering mechanism.

experimental

Hierarchy

  • IDorfFormOptions

Index

Properties

Optional additionalTags

additionalTags: string | string[] | IDorfField<DorfDefinitionBase, AnyMetadata>[]

Additional fields represented as tags (array of selectors) or DorfFields or a simple piece of HTML, which should be used within a particular form (inside dorf-field template).

Optional renderFieldsetAroundFields

renderFieldsetAroundFields: undefined | true | false

Indicates if there should be a fieldset around all the fields or not.

Optional renderWithoutButtons

renderWithoutButtons: undefined | true | false

Indicates if the form should contain buttons.

Generated using TypeDoc