internetarchive-sdk-js
Preparing search index...
CreateItemParams
Interface CreateItemParams
interface
CreateItemParams
{
collection
:
string
;
identifier
:
string
;
mediatype
:
|
"data"
|
"collection"
|
"audio"
|
"etree"
|
"image"
|
"movies"
|
"software"
|
"texts"
|
"web"
;
metadata
?:
Record
<
string
,
unknown
>
;
upload
:
FileUpload
;
}
Index
Properties
collection
identifier
mediatype
metadata?
upload
Properties
collection
collection
:
string
identifier
identifier
:
string
mediatype
mediatype
:
|
"data"
|
"collection"
|
"audio"
|
"etree"
|
"image"
|
"movies"
|
"software"
|
"texts"
|
"web"
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
upload
upload
:
FileUpload
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
collection
identifier
mediatype
metadata
upload
internetarchive-sdk-js
Loading...