Extensions

Press shift + S to search API reference.

Function

expandRecord

View source

Expands the given record in the Airtable UI.

import {expandRecord} from '@airtable/blocks/ui';
expandRecord(record1, {
records: [record1, record2, record3],
});

Function signature

function (record: Record, opts?: ExpandRecordOpts) => void
record

The record to expand.

opts

An optional options object.