AIPromptCommandsViewProps
The props of the AIPromptCommandsView component.
Name | Type | Default | Description |
---|---|---|---|
commands? |
|
The collection of commands that will be rendered in the Command view. | |
onCommandexecute? |
|
Fires each time the user clicks over a Command view command. Exposes the selected command as event data. |