Interface: ShowWizardCommandArgs
Arguments passed to the showWizard context command via a tag's onClick.
Properties
| Property |
Type |
Description |
interactionData? |
Record<string, unknown> |
Opaque skill-specific context passed through to every step request. |
totalSteps |
number |
Total number of steps in the wizard (used for progress indicators). |
wizardId |
string |
A unique identifier for this wizard instance. |