Frontmatter
| id | 8225 |
| title | [Neural Link] Implement toJSON in component.Base |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Dec 31, 2025, 1:38 PM |
| updatedAt | Dec 31, 2025, 2:24 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8225 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 31, 2025, 2:24 PM |
[Neural Link] Implement toJSON in component.Base
tobiu assigned to @tobiu on Dec 31, 2025, 2:23 PM

tobiu
Dec 31, 2025, 2:23 PM
Input from Gemini:
✦ Implemented
toJSON()insrc/component/Base.mjs. The method serializes:
clsdisabledheighthiddenreferencestylethemeuivdomvnodewidthwrapperClswrapperStyle
tobiu added parent issue #8200 on Dec 31, 2025, 2:23 PM
tobiu closed this issue on Dec 31, 2025, 2:24 PM
tobiu cross-referenced by #8299 on Jan 3, 2026, 8:23 PM
Objective: Implement the
toJSONmethod insrc/component/Base.mjs.Schema: The method should return an object containing (in addition to
core.Baseproperties):appNameclsdisabledheighthiddenmountedparentIdreferencestylevdomwidthwindowIdContext: This is part of the Neural Link serialization epic.