ParsedStringOption
Defined in: parser/types.ts:338
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. | StringOption.infoText | parser/types.ts:334 |
label | string | The label displayed to participants. Markdown is supported. | StringOption.label | parser/types.ts:330 |
value | string | - | - | parser/types.ts:339 |