UNPKG

@microsoft/sp-webpart-base

Version:

SharePoint Framework support for building web parts

17 lines 1.11 kB
export declare function isIsolatedAceEnabled(): boolean; export declare function is1PIsolationEnabled(): boolean; export declare function isOptionalSupportedHostsFilteringEnabled(): boolean; export declare function isWebPartAudienceTargetingEnabled(): boolean; export declare function isWEXWebPartOnDisposePromiseChainEnabled(): boolean; export declare function isIsolatedAdaptiveCardExtensionWebEnabled(): boolean; export declare function isBotDrivenACEEnabled(): boolean; export declare function shouldUseListWebPartV2(): boolean; export declare function shouldUseListWebPartFileBrowser(): boolean; export declare function isConfigurationToolsEnabled(): boolean; export declare function isBotAcesFromTeamsEnabled(): boolean; export declare function isServerPropertiesSanitizedEnabled(): boolean; export declare function isContentPanelV2DragEnabled(): boolean; export declare function isPerfImprovementFlightEnabled(): boolean; export declare function isLoadEditModeWebPartsInParallelEnabled(): boolean; export declare function isWebPartHideOnMobileEnabled(): boolean; //# sourceMappingURL=Flights.d.ts.map