Frontmatter
| id | 7329 |
| title | Add missing @reactive tags and fix config JSDoc for trailing underscores |
| state | Closed |
| labels | bugdocumentation |
| assignees | tobiu |
| createdAt | Oct 2, 2025, 8:01 PM |
| updatedAt | Oct 2, 2025, 8:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7329 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 2, 2025, 8:01 PM |
This ticket addresses issues with missing
@reactiveJSDoc tags and incorrect JSDoc for reactive configs where the trailing underscore was omitted. Theadd-reactive-tagsscript was used to automatically insert missing@reactivetags intosrc/component/Toast.mjs,src/dashboard/Container.mjs, andsrc/grid/Container.mjs. Additionally, JSDoc comments foriconCls_andposition_insrc/component/Toast.mjswere corrected to include the trailing underscore in their@membertags, ensuring proper parsing byneo-jsdoc-x.Files Modified:
src/component/Toast.mjssrc/dashboard/Container.mjssrc/grid/Container.mjs