Skip to main content
Version: v2.4.2

DividerResponse

Defined in: parser/types.ts:931

Extends​

  • Omit<BaseResponse, "prompt" | "infoText" | "secondaryText" | "required" | "requiredValue" | "requiredLabel" | "paramCapture" | "hidden" | "withDontKnow">

Properties​

PropertyTypeDescriptionInherited fromDefined in
excludeFromRandomization?booleanExclude response from randomization. If present, will override the responseOrder randomization setting in the components. Defaults to false.BaseResponse.excludeFromRandomizationparser/types.ts:390
hidden?undefined--parser/types.ts:941
idstringThe id of the response. This is used to identify the response in the data file.BaseResponse.idparser/types.ts:362
infoText?undefined--parser/types.ts:935
location?ConfigResponseBlockLocationControls the response location. These might be the same for all responses, or differ across responses. Defaults to belowStimulusBaseResponse.locationparser/types.ts:372
paramCapture?undefined--parser/types.ts:940
prompt?undefined--parser/types.ts:934
required?undefined--parser/types.ts:937
requiredLabel?undefined--parser/types.ts:939
requiredValue?undefined--parser/types.ts:938
secondaryText?undefined--parser/types.ts:936
style?StylesYou can set styles here, using React CSSProperties, for example: {"width": 100} or {"width": "50%"}BaseResponse.styleparser/types.ts:388
stylesheetPath?stringThe path to the external stylesheet file.BaseResponse.stylesheetPathparser/types.ts:386
type"divider"--parser/types.ts:932
withDivider?booleanRenders the response with a trailing divider. If present, will override the divider setting in the components or uiConfig.BaseResponse.withDividerparser/types.ts:382
withDontKnow?undefined--parser/types.ts:942