Preparing search index...
The search index is not available
wpmm
wpmm
actions
actions
Function actions
actions
(
props
)
:
{
invokeAction
:
(
(
key
,
argv
)
=>
void
)
;
}
The actions object.
Parameters
props
:
{
config
:
WPMMconfig
;
paths
:
WPMMpaths
;
}
The configuration object.
config
:
WPMMconfig
The configuration object.
paths
:
WPMMpaths
The paths object.
Returns
{
invokeAction
:
(
(
key
,
argv
)
=>
void
)
;
}
The actions object.
invoke
Action
:
(
(
key
,
argv
)
=>
void
)
(
key
,
argv
)
:
void
Parameters
key
:
string
argv
:
yargs.Argv
Returns
void
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
wpmm
Database
Dump
Initialize
Installer
Package
Updater
WpPackage
actions
constants
index
types
utils/axios
utils/commands
utils/data
utils/fs
utils/parsers
utils/prompts
utils/wordpress
Generated using
TypeDoc
The actions object.