@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
17 lines • 628 B
TypeScript
/**
* Enum which contains the reserved query string keys which are used by the
* framework while constructing the iframe url.
*/
export declare enum ReservedIframeQueryParamKeys {
List = "list",
Id = "id",
WebPartInstanceId = "webPartInstanceId",
NewWebPartInstanceId = "newWebPartInstanceId",
ParentWindowOrigin = "parentWindowOrigin",
ComponentId = "componentId",
HostedInCanvas = "hostedInCanvas",
HostedInTeams = "hostedInTeams",
OpenPropertyPane = "openPropertyPane",
OpenDetailsPropertyPane = "openDetailsPropertyPane"
}
//# sourceMappingURL=ReservedIframeQueryParamKeys.d.ts.map