Skip to main content
Version: 1.x

Type Alias: SectionData

SectionData = Readonly<Record<string, unknown>>

Defined in: src/fe/object-page.ts:68

Key-value pairs representing form field data from a section.

Example

const data: SectionData = { 'Product Name': 'Widget A' };