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

773 B

Object (aka Editor)

[Main]

Set or Collection

[Main]

  • [ObjectSetMenuFragment] showing menu for a Set or Collection
    • [ObjectRelationListFragment] displaying list of Relations for this Set or this Collection
      • [RelationTextValueFragment] editing Relation from this Data View or from this Set or this Collection
      • [RelationAddToObjectFragment] adding a Relation to given Set or Collection
      • [RelationAddToDataViewFragment] adding a Relation to the Data View contained in this Set or this Collection
      • [RelationCreateFromScratchForObjectFragment] creating a Relation for this Set or this Collection
      • [RelationCreateFromScratchForDataViewFragment] creating a Relation for the Data View contained in this Set or this Collection

// TODO