Constructor
new MousedownTrigger()
Examples
{
    "mousedown": {
        "concept": "theConceptIWantToHearMousedownTriggerOn"
    }
}//Match concept exact, not allowing any injected concepts to match
{
    "mousedown": {
        "concept": "theConceptIWantToHearMousedownTriggerOn",
        "exactConceptMatch": true
    }
}{
    "mousedown": {
        "view": "aViewBindingIWantToHearMousedownTriggerOn"
    }
}{
    "mousedown": {
        "property": "aPropertyIWantToHearMousedownTriggerOn"
    }
}