Frontmatter
| id | 3698 |
| title | Neo.getCmpTree() |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Dec 28, 2022, 1:54 PM |
| updatedAt | Jan 4, 2023, 9:33 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3698 |
| author | Dinkh |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 4, 2023, 9:33 PM |

The developer wants to be able to find the parent tree of an item.
@returns [item, parents...]
@examples
This should be kind of a shortcut for Neo.manager.Component.getParents(). But we want to be able to hand over a ntype as string.