documentation/test/fixture/event.output.json
2015-08-30 20:36:40 -07:00

89 lines
1.8 KiB
JSON

[
{
"description": "Mouse event",
"tags": [
{
"title": "event",
"description": "Map#mousemove",
"lineNumber": 3
},
{
"title": "type",
"description": null,
"lineNumber": 4,
"type": {
"type": "NameExpression",
"name": "Object"
}
},
{
"title": "property",
"description": "the pixel location of the event",
"lineNumber": 5,
"type": {
"type": "NameExpression",
"name": "Point"
},
"name": "point"
},
{
"title": "property",
"description": "the original DOM event",
"lineNumber": 6,
"type": {
"type": "NameExpression",
"name": "Event"
},
"name": "originalEvent"
}
],
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 8,
"column": 3
}
},
"context": {
"loc": {
"start": {
"line": 9,
"column": 0
},
"end": {
"line": 9,
"column": 0
}
},
"file": "fixture/event.input.js"
},
"event": "Map#mousemove",
"properties": [
{
"title": "property",
"description": "the pixel location of the event",
"lineNumber": 5,
"type": {
"type": "NameExpression",
"name": "Point"
},
"name": "point"
},
{
"title": "property",
"description": "the original DOM event",
"lineNumber": 6,
"type": {
"type": "NameExpression",
"name": "Event"
},
"name": "originalEvent"
}
],
"name": "Map#mousemove",
"kind": "event"
}
]