Preparing search index...
The search index is not available
API Documentation
API Documentation
config
ValueProvider
Type Alias ValueProvider<KeyType, ResultType>
ValueProvider
:
(
key
:
KeyType
)
=>
ResultType
|
undefined
A function producing a result for a given key.
Type Parameters
KeyType
ResultType
Type declaration
(
key
:
KeyType
)
:
ResultType
|
undefined
Parameters
key
:
KeyType
Returns
ResultType
|
undefined
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
API Documentation
Loading...
A function producing a result for a given key.