@kwayteow/utils - v0.6.0
Preparing search index...
BuildUrlOptions
Interface BuildUrlOptions
构建 URL 的选项
interface
BuildUrlOptions
{
baseUrl
:
string
;
hash
?:
string
;
params
?:
Record
<
string
,
undefined
|
null
|
string
|
number
|
boolean
>
;
path
?:
string
;
}
Index
Properties
base
Url
hash?
params?
path?
Properties
base
Url
baseUrl
:
string
基础 URL
Optional
hash
hash
?:
string
URL 的片段/哈希部分(不包含 #)
Optional
params
params
?:
Record
<
string
,
undefined
|
null
|
string
|
number
|
boolean
>
作为对象的查询参数
Optional
path
path
?:
string
附加到基础 URL 的路径
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
base
Url
hash
params
path
@kwayteow/utils - v0.6.0
Loading...
构建 URL 的选项