@karmaniverous/jeeves
GitHub
Preparing search index...
index
ResolvedValue
Interface ResolvedValue<T>
A resolved config value with provenance.
interface
ResolvedValue
<
T
>
{
provenance
:
ConfigProvenance
;
value
:
T
;
}
Type Parameters
T
Index
Properties
provenance
value
Properties
provenance
provenance
:
ConfigProvenance
Where the value came from.
value
value
:
T
The resolved value.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
provenance
value
GitHub
@karmaniverous/jeeves
Loading...
A resolved config value with provenance.