Type Alias: IntentChangeCallback()
type IntentChangeCallback = (oldIntent, newIntent) => IntentChangeConfig | undefined;
Callback invoked when the user navigates from one design workflow to another (e.g. Quick action to Express). May return IntentChangeConfig to update app, export, or container config for the new intent.
Parameters
Returns
IntentChangeConfig | undefined
See
- IntentChangeConfig for the optional return type
- ActionIntent for the intent types