Skip to main content
Version: v2.4.4

ParsedMatrixQuestionOption

Defined in: parser/types.ts:373

MatrixQuestionOption 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.StringOption.infoTextparser/types.ts:351
labelstringThe label displayed to participants. Markdown is supported.StringOption.labelparser/types.ts:347
leftLabel?stringThe label displayed on the left side of the matrix row. Takes precedence over label when specified. Defaults to label.MatrixQuestionOption.leftLabelparser/types.ts:362
rightLabel?stringThe label displayed on the right side of the matrix row.MatrixQuestionOption.rightLabelparser/types.ts:364
valuestring--parser/types.ts:374