@salesforce/core
Preparing search index...
util/structuredWriter
StructuredWriter
Type Alias StructuredWriter
type
StructuredWriter
=
{
get
buffer
()
:
Buffer
;
addToStore
(
contents
:
string
|
Readable
|
Buffer
<
ArrayBufferLike
>
,
path
:
string
,
)
:
Promise
<
void
>
;
finalize
()
:
Promise
<
void
>
;
getDestinationPath
()
:
string
|
undefined
;
}
Implemented by
DirectoryWriter
ZipWriter
Index
Accessors
buffer
Methods
add
To
Store
finalize
get
Destination
Path
Accessors
buffer
get
buffer
()
:
Buffer
Returns
Buffer
Methods
add
To
Store
addToStore
(
contents
:
string
|
Readable
|
Buffer
<
ArrayBufferLike
>
,
path
:
string
,
)
:
Promise
<
void
>
Parameters
contents
:
string
|
Readable
|
Buffer
<
ArrayBufferLike
>
path
:
string
Returns
Promise
<
void
>
finalize
finalize
()
:
Promise
<
void
>
Returns
Promise
<
void
>
get
Destination
Path
getDestinationPath
()
:
string
|
undefined
Returns
string
|
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Accessors
buffer
Methods
add
To
Store
finalize
get
Destination
Path
@salesforce/core
Loading...