getItemTypeExportColumns()
Overview
public array function getItemTypeExportColumns(
required string itemType
, required struct configuration
)
Returns an array of column names that the item type will need when rendering and excel export of responses.
Arguments
Name | Type | Required | Description |
---|---|---|---|
itemType | string | Yes | The item type, e.g. 'select' |
configuration | struct | Yes | The stored configuration options for the item within the form |