wirebox
Preparing search index...
ProviderInfo
Type Alias ProviderInfo<TValue>
ProviderInfo
:
|
{
async
?:
false
;
getValue
:
(
ctx
:
Context
)
=>
TValue
}
|
{
async
:
true
;
getValue
:
(
ctx
:
Context
)
=>
Promise
<
TValue
>
|
TValue
}
The provider information used to resolve a value.
Type Parameters
TValue
=
unknown
The value type provided by the provider.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wirebox
Loading...
The provider information used to resolve a value.