Creating Plot Twists
Plot
GitHub
NPM
Preparing search index...
utils/types
CallbackMethods
Type Alias CallbackMethods<T>
CallbackMethods
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
(
...
args
:
any
[]
)
=>
any
?
K
:
never
}
[
keyof
T
]
Extracts method names from a type that are functions. Used to type-check callback method references.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Plot
GitHub
NPM
Creating Plot Twists
Loading...
Extracts method names from a type that are functions. Used to type-check callback method references.