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

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

There is a newer version: 10.6.27
Show newest version
{
    "extensions": [
        {
            "type": "@Common.AppProvider",
            "className": "Screencast.ScreencastAppProvider",
            "order": 1
        },
        {
            "type": "@UI.ToolbarItem.Provider",
            "className": "Screencast.ScreencastApp.ToolbarButtonProvider",
            "order": 1,
            "location": "main-toolbar-left"
        },
        {
            "type": "context-menu-item",
            "location": "mainMenu",
            "order": 10,
            "actionId": "components.request-app-banner"
        }
    ],
    "dependencies": [
        "components",
        "emulation"
    ],
    "scripts": [],
    "modules": [
        "screencast.js",
        "screencast-legacy.js",
        "InputModel.js",
        "ScreencastApp.js",
        "ScreencastView.js"
    ],
    "resources": [
        "screencastView.css"
    ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy