Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
4.7 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Interface: WritableOptions
internal.internal.WritableOptions
Hierarchy
-
↳
WritableOptions
Properties
autoDestroy
• Optional autoDestroy: boolean
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:776
decodeStrings
• Optional decodeStrings: boolean
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:800
defaultEncoding
• Optional defaultEncoding: BufferEncoding
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:801
emitClose
• Optional emitClose: boolean
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:771
highWaterMark
• Optional highWaterMark: number
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:772
objectMode
• Optional objectMode: boolean
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:773
signal
• Optional signal: AbortSignal
When provided the corresponding AbortController can be used to cancel an asynchronous action.
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/events.d.ts:380
Methods
construct
▸ Optional construct(this, callback): void
Parameters
| Name | Type |
|---|---|
this |
Writable |
callback |
(error?: null | Error) => void |
Returns
void
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:774
destroy
▸ Optional destroy(this, error, callback): void
Parameters
| Name | Type |
|---|---|
this |
Writable |
error |
null | Error |
callback |
(error: null | Error) => void |
Returns
void
Inherited from
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:775
final
▸ Optional final(this, callback): void
Parameters
| Name | Type |
|---|---|
this |
Writable |
callback |
(error?: null | Error) => void |
Returns
void
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:811
write
▸ Optional write(this, chunk, encoding, callback): void
Parameters
| Name | Type |
|---|---|
this |
Writable |
chunk |
any |
encoding |
BufferEncoding |
callback |
(error?: null | Error) => void |
Returns
void
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:802
writev
▸ Optional writev(this, chunks, callback): void
Parameters
| Name | Type |
|---|---|
this |
Writable |
chunks |
{ chunk: any ; encoding: BufferEncoding }[] |
callback |
(error?: null | Error) => void |
Returns
void
Defined in
packages/medusa-js/node_modules/@types/node/stream.d.ts:803