Variable VeronaOperationsConst

VeronaOperations: {
    READY_NOTIFICATION: "voeReadyNotification";
    DEFINITION_CHANGED_NOTIFICATION: "voeDefinitionChangedNotification";
    START_COMMAND: "voeStartCommand";
} = ...

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: "voeReadyNotification"

    Editor announces it is ready to receive commands

  • ReadonlyDEFINITION_CHANGED_NOTIFICATION: "voeDefinitionChangedNotification"

    Player reports state changes (responses, navigation, etc.)

  • ReadonlySTART_COMMAND: "voeStartCommand"

    Host commands editor to start with given configuration