ParsedStringOption
Defined in: parser/types.ts:336
StringOption normalized to always include a value.
Extends
Omit<StringOption,"value">
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
infoText? | string | The description that is displayed when the participant hovers over the option. This does not accept markdown. Applies to responses that use StringOption, including DropdownResponse, RadioResponse, CheckboxResponse, ButtonsResponse, RankingResponse, and MatrixResponse. | StringOption.infoText | parser/types.ts:332 |
label | string | The label displayed to participants. Markdown is supported. | StringOption.label | parser/types.ts:328 |
value | string | - | - | parser/types.ts:337 |