@farmart-tech/brave-feature-core
Preparing search index...
FeatureConditionContext
Interface FeatureConditionContext
Context for resolving named conditions.
interface
FeatureConditionContext
{
get
:
(
conditionName
:
string
)
=>
Promise
<
FeatureCondition
|
null
>
;
}
Index
Properties
get
Properties
get
get
:
(
conditionName
:
string
)
=>
Promise
<
FeatureCondition
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
@farmart-tech/brave-feature-core
Loading...
Context for resolving named conditions.