Frontmatter
| id | 3738 |
| title | Component needs getParents() that returns array of parents up the containment hierarchy. |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Jan 2, 2023, 7:06 PM |
| updatedAt | Jan 4, 2023, 9:33 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3738 |
| author | maxrahder |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 4, 2023, 9:33 PM |

Something like this?
getParents(){ return Neo.manager.Component.getParents(this); }