cc-everywhere

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

Parameter
Type
oldIntent
ActionIntent
newIntent
ActionIntent

Returns

IntentChangeConfig | undefined

See