@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
18 lines • 1.05 kB
JavaScript
/**
* Enum which contains the reserved query string keys which are used by the
* framework while constructing the iframe url.
*/
export var ReservedIframeQueryParamKeys;
(function (ReservedIframeQueryParamKeys) {
ReservedIframeQueryParamKeys["List"] = "list";
ReservedIframeQueryParamKeys["Id"] = "id";
ReservedIframeQueryParamKeys["WebPartInstanceId"] = "webPartInstanceId";
ReservedIframeQueryParamKeys["NewWebPartInstanceId"] = "newWebPartInstanceId";
ReservedIframeQueryParamKeys["ParentWindowOrigin"] = "parentWindowOrigin";
ReservedIframeQueryParamKeys["ComponentId"] = "componentId";
ReservedIframeQueryParamKeys["HostedInCanvas"] = "hostedInCanvas";
ReservedIframeQueryParamKeys["HostedInTeams"] = "hostedInTeams";
ReservedIframeQueryParamKeys["OpenPropertyPane"] = "openPropertyPane";
ReservedIframeQueryParamKeys["OpenDetailsPropertyPane"] = "openDetailsPropertyPane";
})(ReservedIframeQueryParamKeys || (ReservedIframeQueryParamKeys = {}));
//# sourceMappingURL=ReservedIframeQueryParamKeys.js.map