Union type of all automatic commands.
Automatic commands execute immediately when received, without user interaction. Used for updating UI state, refreshing data, and showing notifications.
{ "automaticCommands": [ { "type": "refresh:data", "scope": "cache", "cacheName": "AI" }, { "type": "notification", "message": "Customer created successfully", "severity": "success" } ]} Copy
{ "automaticCommands": [ { "type": "refresh:data", "scope": "cache", "cacheName": "AI" }, { "type": "notification", "message": "Customer created successfully", "severity": "success" } ]}
Union type of all automatic commands.
Automatic commands execute immediately when received, without user interaction. Used for updating UI state, refreshing data, and showing notifications.