UNPKG

@calf/helios

Version:

Helios module of Calf framework.

24 lines (23 loc) 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeliosExecuteMethod = void 0; /** * Helios execute method * @description Possible Helios execute methods */ var HeliosExecuteMethod; (function (HeliosExecuteMethod) { HeliosExecuteMethod["Login"] = "Login"; HeliosExecuteMethod["Logout"] = "Logout"; HeliosExecuteMethod["GetEServerVersion"] = "GetEServerVersion"; HeliosExecuteMethod["GetMainTree"] = "GetMainTree"; HeliosExecuteMethod["GetNavigationTree"] = "GetNavigationTree"; HeliosExecuteMethod["GetDatabases"] = "GetDatabases"; HeliosExecuteMethod["GetBrowse"] = "GetBrowse"; HeliosExecuteMethod["GetBrowseSpecial"] = "GetBrowseSpecial"; HeliosExecuteMethod["ChangeDatabase"] = "ChangeDatabase"; HeliosExecuteMethod["RunProcedure"] = "RunHpx"; HeliosExecuteMethod["RunView"] = "RunHvw"; HeliosExecuteMethod["RunFunction"] = "RunHfx"; HeliosExecuteMethod["RunExternalAction"] = "RunExternalAction"; })(HeliosExecuteMethod = exports.HeliosExecuteMethod || (exports.HeliosExecuteMethod = {}));