Theia API Documentation v1.69.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-ide
browser/ai-configuration/components/agent-notification-settings
AgentNotificationSettingsProps
Interface AgentNotificationSettingsProps
interface
AgentNotificationSettingsProps
{
agentId
:
string
;
currentNotificationType
?:
NotificationType
;
onNotificationTypeChange
:
(
agentId
:
string
,
notificationType
:
undefined
|
NotificationType
,
)
=>
Promise
<
void
>
;
onOpenNotificationSettings
:
()
=>
void
;
}
Index
Properties
agent
Id
current
Notification
Type?
on
Notification
Type
Change
on
Open
Notification
Settings
Properties
agent
Id
agentId
:
string
Optional
current
Notification
Type
currentNotificationType
?:
NotificationType
on
Notification
Type
Change
onNotificationTypeChange
:
(
agentId
:
string
,
notificationType
:
undefined
|
NotificationType
,
)
=>
Promise
<
void
>
on
Open
Notification
Settings
onOpenNotificationSettings
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
current
Notification
Type
on
Notification
Type
Change
on
Open
Notification
Settings
Eclipse Theia Website
GitHub
Theia API Documentation v1.69.0
Loading...