All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.dirigible.dev-tools.node_main.module.json Maven / Gradle / Ivy

There is a newer version: 10.6.27
Show newest version
{
    "extensions": [
        {
            "type": "early-initialization",
            "className": "NodeMain.NodeMain"
        },
        {
            "type": "view",
            "location": "panel",
            "id": "node-connection",
            "title": "Connection",
            "order": 0,
            "className": "NodeMain.NodeConnectionsPanel",
            "tags": "node"
        }
    ],
    "dependencies": ["platform", "ui", "host", "components"],
    "scripts": [],
    "modules": [
        "node_main.js",
        "node_main-legacy.js",
        "NodeConnectionsPanel.js",
        "NodeMain.js"
    ],
    "resources": [
        "nodeConnectionsPanel.css"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy