airtable.listrecordsprops.returnfieldsbyfieldid
Home > @runlightyear/airtable > ListRecordsProps > returnFieldsByFieldId
ListRecordsProps.returnFieldsByFieldId property
An optional boolean value that lets you return field objects where the key is the field id.
This defaults to false, which returns field objects where the key is the field name.
Signature:returnFieldsByFieldId?: boolean;