Preparing search index...
The search index is not available
Documentation
Documentation
@electron-forge/shared-types
ForgeMutatingHookFn
Type alias ForgeMutatingHookFn<Hook>
Forge
Mutating
Hook
Fn
<
Hook
>
:
(
(
forgeConfig
,
...
args
)
=>
Promise
<
ForgeMutatingHookSignatures
[
Hook
]
[
0
]
|
void
>
)
Type Parameters
Hook
extends
keyof
ForgeMutatingHookSignatures
Type declaration
(
forgeConfig
,
...
args
)
:
Promise
<
ForgeMutatingHookSignatures
[
Hook
]
[
0
]
|
void
>
Parameters
forgeConfig
:
ResolvedForgeConfig
Rest
...
args
:
ForgeMutatingHookSignatures
[
Hook
]
Returns
Promise
<
ForgeMutatingHookSignatures
[
Hook
]
[
0
]
|
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...