Update InterviewTemplates.md
This commit is contained in:
parent
384f046915
commit
a88997e8e5
1 changed files with 7 additions and 7 deletions
|
@ -196,7 +196,7 @@ except for selection boxes and buttons where each step becomes a button or selec
|
||||||
<td>
|
<td>
|
||||||
`heading`
|
`heading`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>
|
<td>
|
||||||
The title of the embed message.
|
The title of the embed message.
|
||||||
|
@ -206,7 +206,7 @@ The title of the embed message.
|
||||||
<td>
|
<td>
|
||||||
`summary-field`
|
`summary-field`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>
|
<td>
|
||||||
When an interview ends all previous answers with this property will be put in a summary.
|
When an interview ends all previous answers with this property will be put in a summary.
|
||||||
|
@ -218,7 +218,7 @@ The value of this property is the name which will be displayed next to the answe
|
||||||
<td>
|
<td>
|
||||||
`button-style`
|
`button-style`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>
|
<td>
|
||||||
The style of this step's button. Requires that the parent step is a `BUTTONS` step.
|
The style of this step's button. Requires that the parent step is a `BUTTONS` step.
|
||||||
|
@ -237,7 +237,7 @@ Default style is `SECONDARY`.
|
||||||
<td>
|
<td>
|
||||||
`selector-description`
|
`selector-description`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>
|
<td>
|
||||||
Description for this option in the parent step's selection box. Requires that the parent step is a `TEXT_SELECTOR`.
|
Description for this option in the parent step's selection box. Requires that the parent step is a `TEXT_SELECTOR`.
|
||||||
|
@ -247,7 +247,7 @@ Description for this option in the parent step's selection box. Requires that th
|
||||||
<td>
|
<td>
|
||||||
`selector-placeholder`
|
`selector-placeholder`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>String</td>
|
<td>String</td>
|
||||||
<td>
|
<td>
|
||||||
The placeholder text shown before a value is selected in the selection box. Requires that this step is a `TEXT_SELECTOR`.
|
The placeholder text shown before a value is selected in the selection box. Requires that this step is a `TEXT_SELECTOR`.
|
||||||
|
@ -257,7 +257,7 @@ The placeholder text shown before a value is selected in the selection box. Requ
|
||||||
<td>
|
<td>
|
||||||
`max-length`
|
`max-length`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>Number</td>
|
<td>Number</td>
|
||||||
<td>
|
<td>
|
||||||
The maximum length of the user's response message. Requires that this step is a `TEXT_INPUT`.
|
The maximum length of the user's response message. Requires that this step is a `TEXT_INPUT`.
|
||||||
|
@ -267,7 +267,7 @@ The maximum length of the user's response message. Requires that this step is a
|
||||||
<td>
|
<td>
|
||||||
`min-length`
|
`min-length`
|
||||||
</td>
|
</td>
|
||||||
<td>Yes</td>
|
<td>No</td>
|
||||||
<td>Number</td>
|
<td>Number</td>
|
||||||
<td>
|
<td>
|
||||||
The minimum length of the user's response message. Requires that this step is a `TEXT_INPUT`.
|
The minimum length of the user's response message. Requires that this step is a `TEXT_INPUT`.
|
||||||
|
|
Loading…
Reference in a new issue