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

    Properties

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