DividerResponse
Defined in: parser/types.ts:883
Extends​
Omit<BaseResponse,"prompt"|"infoText"|"secondaryText"|"required"|"requiredValue"|"requiredLabel"|"paramCapture"|"hidden"|"withDontKnow">
Properties​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
excludeFromRandomization? | boolean | Exclude response from randomization. If present, will override the responseOrder randomization setting in the components. Defaults to false. | BaseResponse.excludeFromRandomization | parser/types.ts:377 |
hidden? | undefined | - | - | parser/types.ts:893 |
id | string | The id of the response. This is used to identify the response in the data file. | BaseResponse.id | parser/types.ts:349 |
infoText? | undefined | - | - | parser/types.ts:887 |
location? | ConfigResponseBlockLocation | Controls the response location. These might be the same for all responses, or differ across responses. Defaults to belowStimulus | BaseResponse.location | parser/types.ts:359 |
paramCapture? | undefined | - | - | parser/types.ts:892 |
prompt? | undefined | - | - | parser/types.ts:886 |
required? | undefined | - | - | parser/types.ts:889 |
requiredLabel? | undefined | - | - | parser/types.ts:891 |
requiredValue? | undefined | - | - | parser/types.ts:890 |
secondaryText? | undefined | - | - | parser/types.ts:888 |
style? | Styles | You can set styles here, using React CSSProperties, for example: {"width": 100} or {"width": "50%"} | BaseResponse.style | parser/types.ts:375 |
stylesheetPath? | string | The path to the external stylesheet file. | BaseResponse.stylesheetPath | parser/types.ts:373 |
type | "divider" | - | - | parser/types.ts:884 |
withDivider? | boolean | Renders the response with a trailing divider. If present, will override the divider setting in the components or uiConfig. | BaseResponse.withDivider | parser/types.ts:369 |
withDontKnow? | undefined | - | - | parser/types.ts:894 |