Typescript Library Declarations (Web Worker)
Interface WriteParams
interface
WriteParams
{
data
?:
string
|
Blob
|
BufferSource
;
position
?:
number
;
size
?:
number
;
type
:
WriteCommandType
;
}
Index
Properties
data?
position?
size?
type
Properties
Optional
data
data
?:
string
|
Blob
|
BufferSource
Optional
position
position
?:
number
Optional
size
size
?:
number
type
type
:
WriteCommandType
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
position
size
type
Typescript Library Declarations (Web Worker)