Documentation / @agentick/shared / SystemEventBlock
Interface: SystemEventBlock ​
Defined in: blocks.ts:314
System event block - Records a system/application event
The text field provides a human-readable formatted representation, typically populated via JSX children.
Extends ​
Properties ​
createdAt? ​
readonlyoptionalcreatedAt:string
Defined in: blocks.ts:58
ISO 8601 timestamp when this block was created
Inherited from ​
data? ​
readonlyoptionaldata:Record<string,any>
Defined in: blocks.ts:318
event ​
readonlyevent:string
Defined in: blocks.ts:316
id? ​
readonlyoptionalid:string
Defined in: blocks.ts:54
Unique identifier for this block
Inherited from ​
index? ​
readonlyoptionalindex:number
Defined in: blocks.ts:62
Position of this block within the message
Inherited from ​
messageId? ​
readonlyoptionalmessageId:string
Defined in: blocks.ts:56
ID of the message containing this block
Inherited from ​
metadata? ​
readonlyoptionalmetadata:Record<string,any>
Defined in: blocks.ts:64
Additional metadata
Inherited from ​
mimeType? ​
readonlyoptionalmimeType:string
Defined in: blocks.ts:60
MIME type of the content (for media blocks)
Inherited from ​
source? ​
readonlyoptionalsource:string
Defined in: blocks.ts:317
summary? ​
readonlyoptionalsummary:string
Defined in: blocks.ts:66
Human-readable summary of the content
Inherited from ​
text? ​
readonlyoptionaltext:string
Defined in: blocks.ts:320
Formatted text representation (from JSX children)
type ​
readonlytype:"system_event"|SYSTEM_EVENT
Defined in: blocks.ts:315
Discriminator for type narrowing (e.g., 'text', 'image', 'tool_use')