Preparing search index...
The search index is not available
Documentation
Documentation
@electron-forge/plugin-base
PluginBase
Class PluginBase<C>
Abstract
Type Parameters
C
Hierarchy
PluginBase
Implements
IForgePlugin
Index
Constructors
constructor
Properties
config
name
Methods
get
Hooks
init
start
Logic
Constructors
constructor
new
Plugin
Base
<
C
>
(
config
)
:
PluginBase
<
C
>
Type Parameters
C
Parameters
config
:
C
Returns
PluginBase
<
C
>
Properties
config
config
:
C
Abstract
name
name
:
string
Methods
get
Hooks
get
Hooks
(
)
:
ForgeMultiHookMap
Returns
ForgeMultiHookMap
init
init
(
_dir
,
_config
)
:
void
Parameters
_dir
:
string
_config
:
ResolvedForgeConfig
Returns
void
start
Logic
start
Logic
(
_startOpts
)
:
Promise
<
StartResult
>
Parameters
_startOpts
:
StartOptions
Returns
Promise
<
StartResult
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
config
name
get
Hooks
init
start
Logic
Documentation
Loading...