xior
Preparing search index...
utils
encodeParams
Function encodeParams
encodeParams
<
T
=
any
>
(
params
:
T
,
encodeURI
?:
boolean
,
parentKey
?:
null
|
string
,
options
?:
{
allowDots
?:
boolean
;
arrayFormat
?:
"repeat"
|
"indices"
|
"brackets"
;
serializeDate
?:
(
value
:
Date
)
=>
string
;
}
,
)
:
string
Type Parameters
T
=
any
Parameters
params
:
T
encodeURI
:
boolean
= true
parentKey
:
null
|
string
= nullValue
Optional
options
:
{
allowDots
?:
boolean
;
arrayFormat
?:
"repeat"
|
"indices"
|
"brackets"
;
serializeDate
?:
(
value
:
Date
)
=>
string
;
}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
xior
Loading...