1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-08 05:47:07 +09:00

GO-5725: Dataview view: add endRelationKey field

This commit is contained in:
Sergey 2025-05-29 18:30:45 +02:00
parent 4366b74f47
commit f4bf6d10f1
No known key found for this signature in database
GPG key ID: 3B6BEF79160221C6
7 changed files with 1109 additions and 993 deletions

View file

@ -27306,6 +27306,7 @@ sent when the view have been changed or added
| cardSize | [model.Block.Content.Dataview.View.Size](#anytype-model-Block-Content-Dataview-View-Size) | | Gallery card size |
| coverFit | [bool](#bool) | | Image fits container |
| groupRelationKey | [string](#string) | | Group view by this relationKey |
| endRelationKey | [string](#string) | | |
| groupBackgroundColors | [bool](#bool) | | Enable backgrounds in groups |
| pageLimit | [int32](#int32) | | Limit of objects shown in widget |
| defaultTemplateId | [string](#string) | | Id of template object set default for the view |
@ -31009,6 +31010,7 @@ Bookmark is to keep a web-link and to preview a content.
| pageLimit | [int32](#int32) | | Limit of objects shown in widget |
| defaultTemplateId | [string](#string) | | Default template that is chosen for new object created within the view |
| defaultObjectTypeId | [string](#string) | | Default object type that is chosen for new object created within the view |
| endRelationKey | [string](#string) | | Group view by this relationKey |