Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
migration-entry
ContentImportOptions
Interface ContentImportOptions
interface
ContentImportOptions
{
adminApiKey
?:
string
;
fetchFn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
;
includeHostedLayers
?:
boolean
;
includeWebMaps
?:
boolean
;
outputDir
?:
string
;
pollIntervalMs
?:
number
;
sourceDir
:
string
;
sourceUrlPrefix
?:
string
;
tablePrefix
?:
string
;
targetBaseUrl
:
string
;
targetUrlPrefix
?:
string
;
timeoutMs
?:
number
;
}
Index
Properties
admin
Api
Key?
fetch
Fn?
include
Hosted
Layers?
include
Web
Maps?
output
Dir?
poll
Interval
Ms?
source
Dir
source
Url
Prefix?
table
Prefix?
target
Base
Url
target
Url
Prefix?
timeout
Ms?
Properties
Optional
admin
Api
Key
admin
Api
Key
?:
string
Optional
fetch
Fn
fetch
Fn
?:
{
(
input
:
URL
|
RequestInfo
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
(
input
:
string
|
URL
|
Request
,
init
?:
RequestInit
)
:
Promise
<
Response
>
;
}
Type declaration
(
input
,
init
?
)
:
Promise
<
Response
>
MDN Reference
Parameters
input
:
URL
|
RequestInfo
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
(
input
,
init
?
)
:
Promise
<
Response
>
Parameters
input
:
string
|
URL
|
Request
Optional
init
:
RequestInit
Returns
Promise
<
Response
>
Optional
include
Hosted
Layers
include
Hosted
Layers
?:
boolean
Optional
include
Web
Maps
include
Web
Maps
?:
boolean
Optional
output
Dir
output
Dir
?:
string
Optional
poll
Interval
Ms
poll
Interval
Ms
?:
number
source
Dir
source
Dir
:
string
Optional
source
Url
Prefix
source
Url
Prefix
?:
string
Optional
table
Prefix
table
Prefix
?:
string
target
Base
Url
target
Base
Url
:
string
Optional
target
Url
Prefix
target
Url
Prefix
?:
string
Optional
timeout
Ms
timeout
Ms
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
Api
Key
fetch
Fn
include
Hosted
Layers
include
Web
Maps
output
Dir
poll
Interval
Ms
source
Dir
source
Url
Prefix
table
Prefix
target
Base
Url
target
Url
Prefix
timeout
Ms
@honua/sdk-js
Loading...
MDN Reference