Preparing search index...
The search index is not available
ArtusX
ArtusX
@artusx/core
PluginType
Interface PluginType
interface
PluginType
{
enable
:
boolean
;
importPath
:
string
;
metaFilePath
:
string
;
metadata
:
Partial
<
PluginMetadata
>
;
name
:
string
;
init
(
)
:
Promise
<
void
>
;
}
Implemented by
Plugin
Index
Properties
enable
import
Path
meta
File
Path
metadata
name
Methods
init
Properties
enable
enable
:
boolean
import
Path
import
Path
:
string
meta
File
Path
meta
File
Path
:
string
metadata
metadata
:
Partial
<
PluginMetadata
>
name
name
:
string
Methods
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
enable
import
Path
meta
File
Path
metadata
name
init
ArtusX
Loading...