documentation

This commit is contained in:
Peter Clement 2025-01-31 14:05:41 +00:00
parent 6c95030791
commit 038c27fa40
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@
)
})
// This gets event handlers nested within properties
// like the buttons property within a table.
Object.entries(component)
.filter(([key]) => key !== "_children")
.forEach(([propName, propValue]) => {