File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
apps/docs/guide/form-generator Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,17 @@ outline: [ 2,3 ]
4
4
5
5
## Overview
6
6
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 |
12
18
13
19
## ` model `
14
20
Type: ` Object `
You can’t perform that action at this time.
0 commit comments