Interface StoryComment

A Comment is any note added within the Comment field of a Story.

Hierarchy

  • StoryComment

Properties

app_url: string

The Shortcut application url for the Comment.

author_id?: string

The unique ID of the Member who is the Comment's author.

Format

uuid

blocker?: boolean

Marks the comment as a blocker that can be surfaced to permissions or teams mentioned in the comment. Can only be used on a top-level comment.

created_at: string

The time/date when the Comment was created.

Format

date-time

deleted: boolean

True/false boolean indicating whether the Comment has been deleted.

entity_type: string

A string description of this resource.

external_id?: string

This field can be set to another unique ID. In the case that the Comment has been imported from another tool, the ID in the other tool can be indicated here.

group_mention_ids: string[]

The unique IDs of the Group who are mentioned in the Comment.

id: number

The unique ID of the Comment.

Format

int64

member_mention_ids: string[]

The unique IDs of the Member who are mentioned in the Comment.

mention_ids: string[]

Deprecated: use member_mention_ids.

parent_id?: number

The ID of the parent Comment this Comment is threaded under.

Format

int64

position: number

The Comments numerical position in the list from oldest to newest.

Format

int64

reactions: StoryReaction[]

A set of Reactions to this Comment.

story_id: number

The ID of the Story on which the Comment appears.

Format

int64

text?: string

The text of the Comment. In the case that the Comment has been deleted, this field can be set to nil.

unblocks_parent?: boolean

Marks the comment as an unblocker to its blocker parent. Can only be set on a threaded comment who has a parent with blocker set.

updated_at?: string

The time/date when the Comment was updated.

Format

date-time

Generated using TypeDoc