method
FieldDocumentForm.get
Read a copy of a value by its current document-root path, such as "title" or "reviews.0.note". Returns undefined for a missing value. A numbered path reads whichever row is at that position now; it does not remember row identity. Check the returned value's type before using it.
Arguments
| Argument | Type | Description |
|---|---|---|
path | string | The path value. |
Returns
The declared result.
unknownFull signature
FieldDocumentForm.get(path: string): unknown