Skip to main content
A newer version of this page is available. .

Field.index Property

Gets the index of the field

Declaration

readonly index: number

Property Value

Type Description
number

An integer value specifying the field’s index

Remarks

Use the index to access the corresponding field via the SubDocument.fieldsInfo array.

See Also