Frontmatter
| id | 5407 |
| title | component.Base: getPlugin() => find via type / ntype |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | May 27, 2024, 11:26 AM |
| updatedAt | Jun 20, 2024, 2:17 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5407 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 20, 2024, 2:17 PM |
right now the logic is id based, which is problematic, since all instance ids are supposed to be unique.
instead, i would like to access plugins via:
instance.getPlugin('plugin-resizable') instance.getPlugin('resizable')