Theia API Documentation v1.75.0
    Preparing search index...
    interface AgentNotificationSettingsProps {
        agentId: string;
        currentNotificationType?: NotificationType;
        onNotificationTypeChange: (
            agentId: string,
            notificationType: undefined | NotificationType,
        ) => Promise<void>;
        onOpenNotificationSettings: () => void;
        settingsRowService: AiSettingsRowService;
    }
    Index

    Properties

    agentId: string
    currentNotificationType?: NotificationType
    onNotificationTypeChange: (
        agentId: string,
        notificationType: undefined | NotificationType,
    ) => Promise<void>
    onOpenNotificationSettings: () => void

    Opens the global AI notification setting (linked from the description).

    settingsRowService: AiSettingsRowService

    Backs the row's gear menu (its "Reset Setting" resets this agent's override).