Preparing search index...
The search index is not available
Code Documentation
Code Documentation
<internal>
Plugin
Interface Plugin
interface
Plugin
{
name
:
string
;
setup
:
(
(
build
)
=>
void
|
Promise
<
void
>
)
;
}
Index
Properties
name
setup
Properties
name
name
:
string
setup
setup
:
(
(
build
)
=>
void
|
Promise
<
void
>
)
Type declaration
(
build
)
:
void
|
Promise
<
void
>
Parameters
build
:
PluginBuild
Returns
void
|
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
setup
Code Documentation
Loading...