MediaMonkey
Download
Forum
Support
Addons
Develop
Preparing search index...
The search index is not available
MediaMonkey API Docs
types
Resolvable
Type alias Resolvable<T>
Resolvable
<
T
>
:
T
|
(
(
...
params
)
=>
T
)
Either the required type
T
, or a function that returns the required type
T
.
Type Parameters
T
Type declaration
(
...
params
)
:
T
Parameters
Rest
...
params
:
any
Returns
T
Download
Forum
Support
Addons
Develop
Settings
Member Visibility
Inherited
Private
Undocumented
Theme
OS
Light
Dark
MediaMonkey API Docs
Loading...
Either the required type
T
, or a function that returns the required typeT
.