IParameterConfig
3p-core / IParameterConfig
Interface: IParameterConfig
Configuration structure for parameterized choice fields, often used in dropdowns or filters.
Properties
Property | Type | Description |
---|---|---|
choiceValue | string | The value shown or selected in a choice field (e.g., a display label). |
valueField | string | The internal field or property name associated with the selected value. |