Skip to main content

NotificationEventCardProps

Agent Runtimes


Agent Runtimes / components/NotificationEventCard / NotificationEventCardProps

Interface: NotificationEventCardProps

Defined in: src/components/NotificationEventCard.tsx:26

Properties

event

event: any

Defined in: src/components/NotificationEventCard.tsx:27


onDelete

onDelete: (event) => void

Defined in: src/components/NotificationEventCard.tsx:29

Parameters

event

any

Returns

void


onOpenAgent?

optional onOpenAgent?: (agentId) => void

Defined in: src/components/NotificationEventCard.tsx:30

Parameters

agentId

string

Returns

void


onToggleRead

onToggleRead: (event) => void

Defined in: src/components/NotificationEventCard.tsx:28

Parameters

event

any

Returns

void