Preparing search index...
The search index is not available
@filen/sdk
@filen/sdk
<internal>
WriteParams
Interface WriteParams
interface
WriteParams
{
data
?:
null
|
string
|
BufferSource
|
Blob
;
position
?:
null
|
number
;
size
?:
null
|
number
;
type
:
WriteCommandType
;
}
Index
Properties
data?
position?
size?
type
Properties
Optional
data
data
?:
null
|
string
|
BufferSource
|
Blob
Optional
position
position
?:
null
|
number
Optional
size
size
?:
null
|
number
type
type
:
WriteCommandType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
position
size
type
@filen/sdk
Loading...