documentation/test/fixture/event.output.json
2015-10-13 16:37:19 -07:00

96 lines
1.9 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": 1,
"column": 0
},
"end": {
"line": 9,
"column": 0
}
}
},
"errors": [],
"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",
"members": {
"instance": [],
"static": []
},
"path": [
"Map#mousemove"
]
}
]