UNPKG

@calf/helios

Version:

Helios module of Calf framework.

20 lines (19 loc) 582 B
/** * Helios execute method * @description Possible Helios execute methods */ export declare enum HeliosExecuteMethod { Login = "Login", Logout = "Logout", GetEServerVersion = "GetEServerVersion", GetMainTree = "GetMainTree", GetNavigationTree = "GetNavigationTree", GetDatabases = "GetDatabases", GetBrowse = "GetBrowse", GetBrowseSpecial = "GetBrowseSpecial", ChangeDatabase = "ChangeDatabase", RunProcedure = "RunHpx", RunView = "RunHvw", RunFunction = "RunHfx", RunExternalAction = "RunExternalAction" }