| { | |
| "extensions": [ | |
| { | |
| "type": "@Common.Renderer", | |
| "contextTypes": [ | |
| "SDK.RemoteObject" | |
| ], | |
| "className": "ObjectUI.ObjectPropertiesSection.Renderer" | |
| } | |
| ], | |
| "dependencies": [ | |
| "ui", | |
| "sdk", | |
| "components", | |
| "formatter" | |
| ], | |
| "scripts": [ | |
| "CustomPreviewComponent.js", | |
| "ObjectPopoverHelper.js", | |
| "ObjectPropertiesSection.js", | |
| "JavaScriptAutocomplete.js", | |
| "RemoteObjectPreviewFormatter.js" | |
| ], | |
| "resources": [ | |
| "customPreviewComponent.css", | |
| "objectPopover.css", | |
| "objectPropertiesSection.css", | |
| "objectValue.css" | |
| ] | |
| } |