type FeaturePredicateContext = IsEnabledFeatureContext & object;
The context for the feature predicate function.
Type declaration#
Name | Type |
---|---|
isPreviousEnable() | () => boolean |
defaultPredicate() | () => boolean |
type FeaturePredicateContext = IsEnabledFeatureContext & object;
The context for the feature predicate function.
Name | Type |
---|---|
isPreviousEnable() | () => boolean |
defaultPredicate() | () => boolean |