Relation between elements of the same category but different groups #4
-
|
Hey. Do I understand correctly that a relation between groups of the same category is only possible when referring to a subgroup? So with this structure, I cannot use Does that mean I have to use this structure, with subgroup? P.S. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi! You can access The restriction applies only to access in child groups to resources of parent groups. For example, in But it is possible to move If you have any questions, I'll be happy to help! Thanks for the feedback! |
Beta Was this translation helpful? Give feedback.
Hi!
You can access
src/charts/helpers/math.tsfromsrc/charts/components/bar/component.ts. You can also accesssrc/charts/helpers#drawing/bar-chart.ts, for an exampleThe restriction applies only to access in child groups to resources of parent groups. For example, in
src/charts/helpers#drawingyou cannot accesssrc/charts/helpers/math.tsBut it is possible to move
math.tsto the@sharedmeta group and accesssrc/charts/helpers@shared/math.tsin bothsrc/charts/helpers/window.tsandsrc/charts/helpers#drawing/bar-chart.tsIf you have any questions, I'll be happy to help! Thanks for the feedback!