Variable VeronaOperationsConst

VeronaOperations: {
    READY_NOTIFICATION: "vowReadyNotification";
    STATE_CHANGED_NOTIFICATION: "vowStateChangedNotification";
    RETURN_REQUESTED: "vowReturnRequested";
    START_COMMAND: "vowStartCommand";
} = ...

Verona operation IDs for all message types.

Use these constants instead of hardcoded strings to ensure type safety and prevent typos in message handling.

Type declaration

  • ReadonlyREADY_NOTIFICATION: "vowReadyNotification"

    Widget announces it is ready to receive commands

  • ReadonlySTATE_CHANGED_NOTIFICATION: "vowStateChangedNotification"

    Widget sends state data to the host

  • ReadonlyRETURN_REQUESTED: "vowReturnRequested"

    Widget calls for closing the widget dialog

  • ReadonlySTART_COMMAND: "vowStartCommand"

    Host sends execution parameters to the widget