Skip to main content

airtable.listrecordsprops.view

Home > @runlightyear/airtable > ListRecordsProps > view

ListRecordsProps.view property

The name or ID of a view in the table. If set, only the records in that view will be returned. The records will be sorted according to the order of the view unless the sort parameter is included, which overrides that order. Fields hidden in this view will be returned in the results. To only return a subset of fields, use the fields parameter.

Signature:
view?: string;