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