AutomationInteractionData
Home > @gooddata/sdk-ui-dashboard > AutomationInteractionData
AutomationInteractionData type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export type AutomationInteractionData = {
    type: AutomationInteractionType;
    destination_id?: string;
    destination_type?: INotificationChannelMetadataObjectBase["destinationType"];
    automation_id?: string;
    automation_name?: string;
    automation_source?: "dashboard" | "widget";
    automation_visualization_type?: string;
    filter_context?: "default" | "edited";
    trigger_type?: IAlertTriggerMode;
};
References: AutomationInteractionType, INotificationChannelMetadataObjectBase, IAlertTriggerMode