@officesdk/web
Version:
Web JS SDK for the Office SDK
11 lines (10 loc) • 371 B
JavaScript
export 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 || (UrlParamKey = {}));