Skip to main content
Version: v2.4.0

ParsedStringOption

Defined in: parser/types.ts:336

StringOption normalized to always include a value.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
infoText?stringThe 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.infoTextparser/types.ts:332
labelstringThe label displayed to participants. Markdown is supported.StringOption.labelparser/types.ts:328
valuestring--parser/types.ts:337