OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | |
2 // Use of this source code is governed by a BSD-style license that can be | |
3 // found in the LICENSE file. | |
4 | |
5 [ | 1 [ |
6 { | 2 { |
7 "namespace": "experimental.bookmarkManager", | 3 "namespace": "experimental.bookmarkManager", |
8 "nodoc": true, | 4 "nodoc": true, |
9 "dependencies": [ "bookmarks" ], | 5 "dependencies": [ "bookmarks" ], |
10 "types": [ | 6 "types": [ |
11 { | 7 { |
12 "id": "BookmarkNodeDataElement", | 8 "id": "BookmarkNodeDataElement", |
13 "nodoc": true, | 9 "nodoc": true, |
14 "type": "object", | 10 "type": "object", |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 "name": "onDrop", | 228 "name": "onDrop", |
233 "type": "function", | 229 "type": "function", |
234 "description": "Fired when the user drops bookmarks on the document", | 230 "description": "Fired when the user drops bookmarks on the document", |
235 "parameters": [ | 231 "parameters": [ |
236 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} | 232 {"name": "bookmarkNodeData", "$ref": "BookmarkNodeData"} |
237 ] | 233 ] |
238 } | 234 } |
239 ] | 235 ] |
240 } | 236 } |
241 ] | 237 ] |
OLD | NEW |