Frontmatter
| id | 6542 |
| title | grid.column.Component: recordProperty config |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Mar 4, 2025, 7:19 PM |
| updatedAt | Mar 4, 2025, 7:20 PM |
| githubUrl | https://github.com/neomjs/neo/issues/6542 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 4, 2025, 7:20 PM |
Components can delegate event listeners (or button handlers) into methods somewhere inside the view controller or component tree hierarchy.
In this case, it is helpful to know what the related record is, so we are adding the record to the component as a property. By default, as 'record', but this config can change the property name.