logo
neutrapy
App-to-extension communication
Initializing search
    pwwang/liquidpy
    pwwang/liquidpy
    • Home
    • The CLI tool
    • App-to-extension communication
    • The python extension
    • Useful links
    • CHANGELOG

    App-to-extension communication

    You may check out resources/js/main.js from the app created by neutrapy create. Basically:

    await Neutralino.extensions.dispatch(extensionId, event, data);
    

    See: https://neutralino.js.org/docs/how-to/extensions-overview#sending-a-message-from-app-to-an-extension

    Back to top
    Previous The CLI tool
    Next The python extension
    Made with Material for MkDocs