✨ (embed) Add new command setInputValue
This commit is contained in:
@@ -43,8 +43,8 @@ export const NextjsLogo = (props: IconProps) => (
|
||||
y1="116.5"
|
||||
y2="160.5"
|
||||
>
|
||||
<stop stop-color="white"></stop>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"></stop>
|
||||
<stop stopColor="white"></stop>
|
||||
<stop offset="1" stopColor="white" stopOpacity="0"></stop>
|
||||
</linearGradient>
|
||||
<linearGradient
|
||||
gradientUnits="userSpaceOnUse"
|
||||
@@ -54,8 +54,8 @@ export const NextjsLogo = (props: IconProps) => (
|
||||
y1="54"
|
||||
y2="106.875"
|
||||
>
|
||||
<stop stop-color="white"></stop>
|
||||
<stop offset="1" stop-color="white" stop-opacity="0"></stop>
|
||||
<stop stopColor="white"></stop>
|
||||
<stop offset="1" stopColor="white" stopOpacity="0"></stop>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
</Icon>
|
||||
|
||||
@@ -8,6 +8,7 @@ Here are the commands you can use to trigger your embedded typebot:
|
||||
- `Typebot.showPreviewMessage()`: Show preview message from the bubble,
|
||||
- `Typebot.hidePreviewMessage()`: Hide preview message from the bubble,
|
||||
- `Typebot.setPrefilledVariables(...)`: Set prefilled variables.
|
||||
- `Typebot.setInputValue(...)`: Set the value in the currently displayed input.
|
||||
|
||||
Example:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user