You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the Categories tree component renders the categories as a flat list, and each category may have its SubCategories as children.
Some iTwin.js applications are starting to group Categories under bis.DefinitionContainer elements and would like to see that represented in the Categories tree. The exact structure is TBD.
Things to take into account:
Categories not under a definition container should be displayed as root nodes as they are today.
Definition containers contain definition elements, and a bis.Category is only one of the subclasses. A container may contain other types as well, but we only want to show container that have categories. - needs to be confirmed - is this also the case for editing cases?
The text was updated successfully, but these errors were encountered:
At the moment the Categories tree component renders the categories as a flat list, and each category may have its SubCategories as children.
Some iTwin.js applications are starting to group Categories under
bis.DefinitionContainer
elements and would like to see that represented in the Categories tree. The exact structure is TBD.Things to take into account:
bis.Category
is only one of the subclasses. A container may contain other types as well, but we only want to show container that have categories. - needs to be confirmed - is this also the case for editing cases?The text was updated successfully, but these errors were encountered: