airtable.listrecordsprops.cellformat
Home > @runlightyear/airtable > ListRecordsProps > cellFormat
ListRecordsProps.cellFormat property
The format that should be used for cell values. Supported values are:
json: cells will be formatted as JSON, depending on the field type. string: cells will be formatted as user-facing strings, regardless of the field type. The timeZone and userLocale parameters are required when using string as the cellFormat. Note: You should not rely on the format of these strings, as it is subject to change.
The default is json.
Signature:cellFormat?: "json" | "string";