- 
    
Suggestion
 - 
    Resolution: Won't Do
 - 
    
P3: Somewhat important
 - 
    None
 - 
    None
 
In case like this:
ListView {
 model: [ { fn: function(){...} }, ... ]
 delegate: MouseArea {
  onClicked: fn()
 }
}
This could be worked around by using an array of QtObjects, but it would be nice if this also worked with plain javascript objects
- relates to
 - 
                    
QTBUG-76848 Typed model data in QML
-         
 - Closed
 
 -