vlocode-project - v2.4.3
Preparing search index...
vlocity-deploy/src
DatapackExpandResult
Interface DatapackExpandResult
interface
DatapackExpandResult
{
baseName
:
string
;
files
:
Record
<
string
,
Buffer
|
string
>
;
folder
:
string
;
objectType
:
string
;
parentKeys
:
string
[]
;
sourceKey
:
string
;
writeToFilesystem
(
path
:
string
,
options
?:
WriteToFilesystemOptions
,
)
:
Promise
<
string
[]
>
;
}
Index
Properties
base
Name
files
folder
object
Type
parent
Keys
source
Key
Methods
write
To
Filesystem
Properties
base
Name
baseName
:
string
files
files
:
Record
<
string
,
Buffer
|
string
>
folder
folder
:
string
object
Type
objectType
:
string
parent
Keys
parentKeys
:
string
[]
source
Key
sourceKey
:
string
Methods
write
To
Filesystem
writeToFilesystem
(
path
:
string
,
options
?:
WriteToFilesystemOptions
,
)
:
Promise
<
string
[]
>
Parameters
path
:
string
Optional
options
:
WriteToFilesystemOptions
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Name
files
folder
object
Type
parent
Keys
source
Key
Methods
write
To
Filesystem
vlocode-project - v2.4.3
Loading...