Field.index Property
Gets the index of the field
Declaration
get index(): number
Property Value
| Type | Description |
|---|---|
| number | The field’s index |
Remarks
Use the index to access the corresponding field via the SubDocument.fieldsInfo array.
See Also