Skip to content

Commit 8fca680

Browse files
committed
docs(FormGenerator): add formOptions
1 parent ee31660 commit 8fca680

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

apps/docs/guide/form-generator/props.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ outline: [ 2,3 ]
44

55
## Overview
66

7-
| Prop | Type | Description |
8-
|------------|----------|-----------------------------------------------------|
9-
| `schema` | `Object` | Form schema, filled with field groups and/or fields |
10-
| `model` | `Object` | Model object, contains all form data |
11-
| `idPrefix` | `string` | Prefix for all the generated ids in the form |
7+
| Prop | Type | Description |
8+
|---------------|----------|------------------------------------------------------|
9+
| `formOptions` | `Object` | Options object, contains options for the entire form |
10+
| `schema` | `Object` | Form schema, filled with field groups and/or fields |
11+
| `model` | `Object` | Model object, contains all form data |
12+
| `idPrefix` | `string` | Prefix for all the generated ids in the form |
13+
14+
## `formOptions`
15+
| Property | Type | Description |
16+
|---------------|----------|------------------------------------------------------|
17+
| `idPrefix` | `string` | Prefix for all the generated ids in the form |
1218

1319
## `model`
1420
Type: `Object`

0 commit comments

Comments
 (0)