CommentsResponse: {
    comments: CommentData[];
    likedBy: ActorHeaderInfo[];
    rootUri: string;
    sharedBy: ActorHeaderInfo[];
}

CommentsResponse Used to render information on interactions on the site

Type declaration

  • comments: CommentData[]

    Comments List of comments

  • likedBy: ActorHeaderInfo[]

    Likedby List of actors that liked this page

  • rootUri: string

    Rooturi URI of the root element

  • sharedBy: ActorHeaderInfo[]

    Sharedby List of actors that announced this page