Skip to main content

Field.index Property

Gets the index of the field

Declaration

readonly 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