Preparing search index...
The search index is not available
NextGIS Frontend
NextGIS Frontend
@nextgis/ngw-uploader
RasterUploadOptions
Interface RasterUploadOptions
interface
RasterUploadOptions
{
addTimestampToName
?:
boolean
;
createName
?:
(
(
name
:
string
)
=>
string
)
;
description
?:
string
;
display_name
?:
string
;
displayName
?:
string
;
id
?:
number
;
keyname
?:
string
;
name
?:
string
;
onProgress
?:
(
(
percentComplete
:
number
)
=>
void
)
;
parentId
?:
number
;
put
?:
boolean
;
resmeta
?:
Resmeta
;
signal
?:
AbortSignal
;
srs
?:
{
id
:
number
;
}
;
style
?:
ResourceCreateOptions
;
}
Hierarchy (
view full
)
FileUploadOptions
RasterUploadOptions
Index
Properties
add
Timestamp
To
Name?
create
Name?
description?
display_
name?
display
Name?
id?
keyname?
name?
on
Progress?
parent
Id?
put?
resmeta?
signal?
srs?
style?
Properties
Optional
add
Timestamp
To
Name
add
Timestamp
To
Name
?:
boolean
Optional
create
Name
create
Name
?:
(
(
name
:
string
)
=>
string
)
Optional
description
description
?:
string
Optional
display_
name
display_
name
?:
string
Deprecated
use
ResourceCreateOptions.displayName
instead
Optional
display
Name
display
Name
?:
string
Optional
id
id
?:
number
Optional
keyname
keyname
?:
string
Optional
name
name
?:
string
Deprecated
use
ResourceCreateOptions.displayName
instead
Optional
on
Progress
on
Progress
?:
(
(
percentComplete
:
number
)
=>
void
)
Optional
parent
Id
parent
Id
?:
number
Optional
put
put
?:
boolean
Optional
resmeta
resmeta
?:
Resmeta
Optional
signal
signal
?:
AbortSignal
Optional
srs
srs
?:
{
id
:
number
;
}
Optional
style
style
?:
ResourceCreateOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
add
Timestamp
To
Name
create
Name
description
display_
name
display
Name
id
keyname
name
on
Progress
parent
Id
put
resmeta
signal
srs
style
NextGIS Frontend
Loading...
Deprecated