Preparing search index...
The search index is not available
XH-GIS API - v1.0.30
XH-GIS API
engine
ResourceConfig
Interface ResourceConfig
interface
ResourceConfig
{
basePath
?:
string
;
isDevelopment
?:
boolean
;
pathMapping
?:
Record
<
string
,
string
>
;
urlResolver
?:
(
(
path
,
config
)
=>
string
)
;
}
Index
Properties
base
Path?
is
Development?
path
Mapping?
url
Resolver?
Properties
Optional
base
Path
base
Path
?:
string
资源基础路径
Optional
is
Development
is
Development
?:
boolean
是否为开发环境
Optional
path
Mapping
path
Mapping
?:
Record
<
string
,
string
>
自定义资源路径映射
Optional
url
Resolver
url
Resolver
?:
(
(
path
,
config
)
=>
string
)
资源URL解析器
Type declaration
(
path
,
config
)
:
string
Parameters
path
:
string
config
:
ResourceConfig
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Internal
Theme
OS
Light
Dark
On This Page
base
Path
is
Development
path
Mapping
url
Resolver
XH-GIS API - v1.0.30
Loading...
资源基础路径