UNPKG

@officesdk/web

Version:

Web JS SDK for the Office SDK

14 lines (13 loc) 493 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UrlParamKey = void 0; var UrlParamKey; (function (UrlParamKey) { UrlParamKey["FileId"] = "fileID"; UrlParamKey["Token"] = "token"; UrlParamKey["Language"] = "lang"; UrlParamKey["ModeType"] = "modeType"; UrlParamKey["ModeRole"] = "modeRole"; UrlParamKey["FileType"] = "fileType"; UrlParamKey["UserQuery"] = "userQuery"; })(UrlParamKey || (exports.UrlParamKey = UrlParamKey = {}));