Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventContent

Package version

The content of the event request message.

Hierarchy

  • EventContent

Index

Properties

Optional action

action: undefined | string

The action that encompasses the provided event.

Optional actor

actor: Actor

The agent that initiated the event. For most situations, this could be from the authorization context of the request.

Optional id

id: undefined | string

The event ID.

Optional request

request: Request

The request that generated the event.

Optional source

source: Source

The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it.

Optional target

target: Target

The target of the event.

Optional timestamp

timestamp: Date

The time at which the event occurred.

Generated using TypeDoc