Variable VeronaOperationsConst
VeronaOperations: {
READY_NOTIFICATION: "vopReadyNotification";
STATE_CHANGED_NOTIFICATION: "vopStateChangedNotification";
UNIT_NAVIGATION_REQUESTED_NOTIFICATION: "vopUnitNavigationRequestedNotification";
RUNTIME_ERROR_NOTIFICATION: "vopRuntimeErrorNotification";
WIDGET_CALL: "vopWidgetCall";
WINDOW_FOCUS_CHANGED_NOTIFICATION: "vopWindowFocusChangedNotification";
START_COMMAND: "vopStartCommand";
PAGE_NAVIGATION_COMMAND: "vopPageNavigationCommand";
NAVIGATION_DENIED_NOTIFICATION: "vopNavigationDeniedNotification";
PLAYER_CONFIG_CHANGED_NOTIFICATION: "vopPlayerConfigChangedNotification";
WIDGET_RETURN: "vopWidgetReturn";
} = ...
Type declaration
ReadonlyREADY_NOTIFICATION: "vopReadyNotification"
ReadonlySTATE_CHANGED_NOTIFICATION: "vopStateChangedNotification"
ReadonlyUNIT_NAVIGATION_REQUESTED_NOTIFICATION: "vopUnitNavigationRequestedNotification"
ReadonlyRUNTIME_ERROR_NOTIFICATION: "vopRuntimeErrorNotification"
ReadonlyWIDGET_CALL: "vopWidgetCall"
ReadonlyWINDOW_FOCUS_CHANGED_NOTIFICATION: "vopWindowFocusChangedNotification"
ReadonlySTART_COMMAND: "vopStartCommand"
ReadonlyPAGE_NAVIGATION_COMMAND: "vopPageNavigationCommand"
ReadonlyNAVIGATION_DENIED_NOTIFICATION: "vopNavigationDeniedNotification"
ReadonlyPLAYER_CONFIG_CHANGED_NOTIFICATION: "vopPlayerConfigChangedNotification"
ReadonlyWIDGET_RETURN: "vopWidgetReturn"
Verona operation IDs for all message types.
Use these constants instead of hardcoded strings to ensure type safety and prevent typos in message handling.