Preparing search index...
The search index is not available
Documentation
Documentation
@electron-forge/shared-types
IForgePlugin
Interface IForgePlugin
interface
IForgePlugin
{
name
:
string
;
getHooks
?
(
)
:
ForgeMultiHookMap
;
init
(
dir
,
forgeConfig
)
:
void
;
startLogic
?
(
opts
)
:
Promise
<
StartResult
>
;
}
Implemented by
Index
Properties
name
Methods
get
Hooks?
init
start
Logic?
Properties
name
name
:
string
Methods
Optional
get
Hooks
get
Hooks
(
)
:
ForgeMultiHookMap
Returns
ForgeMultiHookMap
init
init
(
dir
,
forgeConfig
)
:
void
Parameters
dir
:
string
forgeConfig
:
ResolvedForgeConfig
Returns
void
Optional
start
Logic
start
Logic
(
opts
)
:
Promise
<
StartResult
>
Parameters
opts
:
StartOptions
Returns
Promise
<
StartResult
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
get
Hooks
init
start
Logic
Documentation
Loading...