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.declarative", | 3 "namespace": "experimental.declarative", |
8 "internal": true, | 4 "internal": true, |
9 "types": [ | 5 "types": [ |
10 { | 6 { |
11 "id": "Rule", | 7 "id": "Rule", |
12 "type": "object", | 8 "type": "object", |
13 "description": "Description of a declarative rule for handling events.", | 9 "description": "Description of a declarative rule for handling events.", |
14 "properties": { | 10 "properties": { |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "type": "function", | 119 "type": "function", |
124 "parameters": [], | 120 "parameters": [], |
125 "description": "Called when rules were unregistered." | 121 "description": "Called when rules were unregistered." |
126 } | 122 } |
127 ] | 123 ] |
128 } | 124 } |
129 ] | 125 ] |
130 } | 126 } |
131 ] | 127 ] |
132 | 128 |
OLD | NEW |