We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae37e5e commit 7993716Copy full SHA for 7993716
concepts/command.mdx
@@ -22,6 +22,11 @@ Commands are a great way to capture user intent in a deterministic way.
22
Whether to display the command as a button in the message composer.
23
</ParamField>
24
25
+<ParamField path="persistent" type="boolean" optional>
26
+ Whether to keep the command active after the user sent the message.
27
+</ParamField>
28
+
29
30
## Set available commands
31
32
You can set the available commands at any moment using the `cl.context.emitter.set_commands` method.
0 commit comments