Data Models
CommentSidebarData
CommentSidebarData
Class
Property | Type | Optional | Description |
---|---|---|---|
groupId | string | Yes | ID of the group. Defaults to ‘others’ |
groupName | string | Yes | Name of the group. Defaults to ‘Others’ |
isExpanded | boolean | Yes | Whether the group is expanded. Defaults to true |
annotations | CommentAnnotation[] | No | List of CommentAnnotations in the group |
Options
Class
Property | Type | Optional | Description |
---|---|---|---|
grouping | boolean | Yes | Whether to group the data. Defaults to true |
Was this page helpful?