Field.index Property
In This Article
Gets the index of the field
#Declaration
TypeScript
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