| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "namespace": "experimental.declarative", | 3 "namespace": "experimental.declarative", |
| 4 "nodoc": true, | 4 "internal": true, |
| 5 "types": [ | 5 "types": [ |
| 6 { | 6 { |
| 7 "id": "Rule", | 7 "id": "Rule", |
| 8 "type": "object", | 8 "type": "object", |
| 9 "description": "Description of a declarative rule for handling events.", | 9 "description": "Description of a declarative rule for handling events.", |
| 10 "properties": { | 10 "properties": { |
| 11 "id": { | 11 "id": { |
| 12 "type": "string", | 12 "type": "string", |
| 13 "optional": true, | 13 "optional": true, |
| 14 "description": "Optional identifier that allows referencing this rul
e." | 14 "description": "Optional identifier that allows referencing this rul
e." |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "type": "function", | 119 "type": "function", |
| 120 "parameters": [], | 120 "parameters": [], |
| 121 "description": "Called when rules were unregistered." | 121 "description": "Called when rules were unregistered." |
| 122 } | 122 } |
| 123 ] | 123 ] |
| 124 } | 124 } |
| 125 ] | 125 ] |
| 126 } | 126 } |
| 127 ] | 127 ] |
| 128 | 128 |
| OLD | NEW |