chore: fix types remove _isPresentational prop

This commit is contained in:
Jarrod Flesch
2024-11-05 13:12:43 -05:00
parent 516975b5cc
commit 9bb2d97e75
5 changed files with 21 additions and 12 deletions

View File

@@ -228,7 +228,6 @@ The following additional properties are also provided to the `field` prop:
| Property | Description |
| ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **`_isPresentational`** | A boolean indicating that the field is purely visual and does not directly affect data or change data shape, i.e. the [UI Field](../fields/ui). |
| **`_path`** | A string representing the direct, dynamic path to the field at runtime, i.e. `myGroup.myArray[0].myField`. |
| **`_schemaPath`** | A string representing the direct, static path to the [Field Config](../fields/overview), i.e. `myGroup.myArray.myField` |