Constructor
new MouseoverTrigger()
Examples
{
"mouseover": {
"concept": "theConceptIWantToHearMouseoverTriggerOn"
}
}
//Match concept exact, not allowing any injected concepts to match
{
"mouseover": {
"concept": "theConceptIWantToHearMouseoverTriggerOn",
"exactConceptMatch": true
}
}
{
"mouseover": {
"view": "aViewBindingIWantToHearMouseoverTriggerOn"
}
}
{
"mouseover": {
"property": "aPropertyIWantToHearMouseoverTriggerOn"
}
}