mirror of
https://github.com/documentationjs/documentation.git
synced 2026-01-25 14:26:29 +00:00
96 lines
1.9 KiB
JSON
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"
|
|
]
|
|
}
|
|
] |