-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4a22843
commit 7b3d469
Showing
5 changed files
with
70 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
|
||
namespace Microsoft.PowerFx.Core.App | ||
{ | ||
internal interface IECSFlags | ||
{ | ||
internal bool IsNewEnhancedComponentPropertiesFlightEnabled { get; } | ||
|
||
internal bool IsComponentFunctionPropertyDataflowEnabled { get; } | ||
|
||
internal bool IsCommentingImportExportEnabled { get; } | ||
|
||
internal bool ShowPowerFxV1FeatureECSFlag { get; } | ||
|
||
internal bool IsUpdateIfDelegationEnabled { get; } | ||
|
||
internal bool EnableSecureSharedConnectionsByDefault { get; } | ||
|
||
internal bool IsComponentResetBehaviorUpdated { get; } | ||
|
||
internal bool IsPostCompLibImportAnalysisEnabled { get; } | ||
|
||
internal bool IsLazyRecordLoadingEnabled { get; } | ||
|
||
internal bool IsAsyncNodeDelegationEnabled { get; } | ||
|
||
internal bool IsImpureNodeDelegationEnabled { get; } | ||
|
||
internal bool IsDataflowAnalysisVisible { get; } | ||
|
||
internal bool IsDataflowAnalysisEnabledForNewApps { get; } | ||
|
||
internal bool IsDataflowAnalysisEnabledForAllApps { get; } | ||
|
||
internal bool IsAsyncOnComponentFunctionProperties { get; } | ||
|
||
internal bool IsCanvasComponentBehaviorPropertyCoercion { get; } | ||
|
||
internal bool IsModernControlsOnByDefault { get; } | ||
|
||
internal bool IsPowerFxFormulaBarCommentsToFxEnabledV2 { get; } | ||
|
||
internal bool IsPowerFxFormulaBarCommentsToFxEnabledForNewApps { get; } | ||
|
||
internal bool IsRemoveAllDelegationEnabled { get; } | ||
|
||
internal bool IsEditInMCSECSEnabled { get; } | ||
|
||
internal bool IsImperativeUdfEnabled { get; } | ||
|
||
internal bool IsNL2FxReducedContextEnabled { get; } | ||
|
||
internal bool IsProactiveControlRenameEnabled { get; } | ||
} | ||
} |
2 changes: 0 additions & 2 deletions
2
src/libraries/Microsoft.PowerFx.Core/App/IExternalDocumentProperties.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters