Interface HistoryActionStoryLinkDelete

An action representing a Story Link being deleted.

Hierarchy

  • HistoryActionStoryLinkDelete

Properties

action: "delete"

The action of the entity referenced.

entity_type: string

The type of entity referenced.

id: number

The ID of the entity referenced.

Format

int64

object_id?: number

The Story ID of the object Story.

Format

int64

subject_id?: number

The Story ID of the subject Story.

Format

int64

verb: "blocks" | "duplicates" | "relates to"

The verb describing the link's relationship.

Generated using TypeDoc