@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
25 lines • 570 B
TypeScript
/**
* @internal
* These should be kept in sync with the same enum defined in STS/stsom
*/
export declare enum SPClientSideComponentType {
Unknown = 0,
WebPart = 1,
Application = 2,
Library = 3,
Extension = 4,
ProviderHostedApp = 5,
Assembly = 6,
AdaptiveCardExtension = 7
}
/**
* @internal
* These should be kept in sync with the same enum defined in STS/stsom
*/
export declare enum SupportedHostType {
TeamsTab = 0,
SharePointFullPage = 1,
SharePointWebPart = 2,
Dashboard = 3
}
//# sourceMappingURL=Enums.d.ts.map