Plugin
Defined in: core/plugin.ts:3
Extended by
Section titled “Extended by”Methods
Section titled “Methods”loadPackage()?
Section titled “loadPackage()?”
optional
loadPackage(source
):Promise
<undefined
|Package
>
Defined in: core/plugin.ts:4
Parameters
Section titled “Parameters”source
Section titled “source”string
Returns
Section titled “Returns”Promise
<undefined
| Package
>
savePackage()?
Section titled “savePackage()?”
optional
savePackage(dataPackage
,options
):Promise
<undefined
| {path?
:string
; }>
Defined in: core/plugin.ts:6
Parameters
Section titled “Parameters”dataPackage
Section titled “dataPackage”options
Section titled “options”target
Section titled “target”string
withRemote?
Section titled “withRemote?”boolean
Returns
Section titled “Returns”Promise
<undefined
| { path?
: string
; }>