Skip to main content

Interface: ActivityDigestActor

Defined in: packages/sdk/src/types/generated/activity_feed.ts:174

A principal a slot grouped on. uuid is null for system.

The scope chain travels for the same reason it travels on a ref: an actor is hydrated through a workspace or org API, and a pane grouped by event type at account or org altitude has no workspace of its own to fall back to — so without it "Andy replied in 30 chats" degrades to a generic phrase on exactly the surfaces the digest exists for.

It is populated only where the digest's group agrees on it, and is null otherwise: one principal acting in two workspaces has no single route, and naming one of them would send a client to the wrong API for the rest.

Properties

kind

kind: ActorKind

Defined in: packages/sdk/src/types/generated/activity_feed.ts:175


orgUuid?

optional orgUuid: string | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:178


uuid?

optional uuid: string | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:176


workspaceUuid?

optional workspaceUuid: string | null

Defined in: packages/sdk/src/types/generated/activity_feed.ts:177