Frontmatter
| id | 6537 |
| title | core.Observable: addListener() => add support for order when passing a name object |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Mar 3, 2025, 9:51 PM |
| updatedAt | Mar 3, 2025, 9:52 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6537 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 3, 2025, 9:52 PM |
use case:
me.parent.store.on({ recordChange: me.onRecordChange, scope : me, order : 'before' })