Skip to content

ActivityPlug API / @activityplug/core / EditStreamEvent

Interface: EditStreamEvent

Defined in: packages/core/src/types/streaming.ts:41

Extends

Properties

emittedAt?

readonly optional emittedAt?: string

Defined in: packages/core/src/types/streaming.ts:19

Inherited from

StreamEventBase.emittedAt


id?

readonly optional id?: string

Defined in: packages/core/src/types/streaming.ts:17

Inherited from

StreamEventBase.id


post

readonly post: Post

Defined in: packages/core/src/types/streaming.ts:44


raw?

readonly optional raw?: unknown

Defined in: packages/core/src/types/streaming.ts:20

Inherited from

StreamEventBase.raw


stream

readonly stream: "timeline"

Defined in: packages/core/src/types/streaming.ts:43

Overrides

StreamEventBase.stream


type

readonly type: "edit"

Defined in: packages/core/src/types/streaming.ts:42