Type Alias: SectionData
SectionData =
Readonly<Record<string,unknown>>
Defined in: src/fe/object-page.ts:59
Key-value pairs representing form field data from a section.
Example​
const data: SectionData = { 'Product Name': 'Widget A' };
SectionData =
Readonly<Record<string,unknown>>
Defined in: src/fe/object-page.ts:59
Key-value pairs representing form field data from a section.
const data: SectionData = { 'Product Name': 'Widget A' };