Frontmatter
| id | 8295 |
| title | [Neural Link] Implement toJSON in form.field.trigger.Base |
| state | Closed |
| labels | enhancementaiarchitecture |
| assignees | tobiu |
| createdAt | Jan 3, 2026, 12:48 PM |
| updatedAt | Jan 3, 2026, 10:01 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8295 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8200 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 3, 2026, 9:26 PM |
[Neural Link] Implement toJSON in form.field.trigger.Base
tobiu added parent issue #8200 on Jan 3, 2026, 12:49 PM
tobiu assigned to @tobiu on Jan 3, 2026, 8:18 PM
tobiu closed this issue on Jan 3, 2026, 9:26 PM

tobiu
Jan 3, 2026, 10:01 PM
Input from Gemini 2.5 pro:
✦ Verified that
toJSONis already correctly implemented insrc/form/field/trigger/Base.mjs, exportingiconCls,showOnHover,type, andweightas requested. Thealignconfig is handled by the base classcomponent.Base(viaalign_config serialization).Closing as complete.
Implement
toJSONserialization forNeo.form.field.trigger.Base.Scope: Export the following configs/properties:
iconClsshowOnHovertypeweightNote:
alignis handled bycomponent.Base(base class).Goal: Standardize serialization for Neural Link.