vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
SalesforceRetrievedComponentFile
Interface SalesforceRetrievedComponentFile
interface
SalesforceRetrievedComponentFile
{
componentName
:
string
;
componentType
:
string
;
packagePath
:
string
;
getBuffer
()
:
Buffer
<
ArrayBufferLike
>
|
Promise
<
Buffer
<
ArrayBufferLike
>
>
;
}
Hierarchy (
View Summary
)
SalesforcePackageComponentFile
SalesforceRetrievedComponentFile
Implemented by
RetrieveResultFile
Index
Properties
component
Name
component
Type
package
Path
Methods
get
Buffer
Properties
component
Name
componentName
:
string
component
Type
componentType
:
string
package
Path
packagePath
:
string
Methods
get
Buffer
getBuffer
()
:
Buffer
<
ArrayBufferLike
>
|
Promise
<
Buffer
<
ArrayBufferLike
>
>
Gets a buffer of the file contents.
Returns
Buffer
<
ArrayBufferLike
>
|
Promise
<
Buffer
<
ArrayBufferLike
>
>
| Buffer of the file contents.
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
component
Name
component
Type
package
Path
Methods
get
Buffer
vlocode-project - v1.40.0-beta-4
Loading...
Gets a buffer of the file contents.