Data Models
CommentSidebarCustomActionEventData
CommentSidebarCustomActionEventData
Class
Property | Type | Optional | Description |
---|---|---|---|
actions | CommentSidebarCustomActionsState | No | Map of custom action button IDs and their states |
data | CommentAnnotation[] | No | List of all unfiltered CommentAnnotations available in the comments sidebar |
unreadDataMap | { [commentAnnotationId: string]: number } | No | Map of comment annotation id and the number of unread comments it has |
systemFilteredData | CommentAnnotation[] | No | List of filtered CommentAnnotations based on system filters |
CommentSidebarCustomActionsState
Class
Property | Type | Optional | Description |
---|---|---|---|
[key: string] | boolean | No | Custom Action Button ID you defined in the wireframe |
Was this page helpful?