Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/uri
UriQuery
Class UriQuery
Hierarchy
UriQuery
UriQueryParam
UriQueryUndefined
Implements
HashCode
Compare
Debug
Display
Index
Constructors
constructor
Properties
key
value
Accessors
length
key
Cache
Methods
appended
compare
To
dealias
debug
display
equals
get
has
hash
Code
head
is
Defined
is
Empty
prepended
removed
set
Tail
tail
to
Any
to
String
updated
builder
cache
Key
from
Any
param
parse
undefined
Constructors
constructor
new
Uri
Query
(
)
:
UriQuery
Returns
UriQuery
Properties
Readonly
Abstract
key
key
:
undefined
|
string
Readonly
Abstract
value
value
:
string
Accessors
length
get
length
(
)
:
number
Returns
number
Static
key
Cache
get
keyCache
(
)
:
HashGenCacheSet
<
string
>
Returns
HashGenCacheSet
<
string
>
Methods
appended
appended
(
key
:
undefined
|
string
, value
:
string
)
:
UriQuery
appended
(
params
:
AnyUriQuery
)
:
UriQuery
Parameters
key:
undefined
|
string
value:
string
Returns
UriQuery
Parameters
params:
AnyUriQuery
Returns
UriQuery
compare
To
compare
To
(
that
:
UriQuery
)
:
number
Parameters
that:
UriQuery
Returns
number
Abstract
dealias
dealias
(
)
:
UriQuery
Returns
UriQuery
Abstract
debug
debug
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
display
display
(
output
:
Output
<
unknown
>
)
:
void
Parameters
output:
Output
<
unknown
>
Returns
void
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
get
get
(
key
:
string
)
:
undefined
|
string
Parameters
key:
string
Returns
undefined
|
string
has
has
(
key
:
string
)
:
boolean
Parameters
key:
string
Returns
boolean
hash
Code
hash
Code
(
)
:
number
Returns
number
Abstract
head
head
(
)
:
[
undefined
|
string
,
string
]
Returns
[
undefined
|
string
,
string
]
Abstract
is
Defined
is
Defined
(
)
:
boolean
Returns
boolean
Abstract
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
prepended
prepended
(
key
:
undefined
|
string
, value
:
string
)
:
UriQuery
prepended
(
params
:
AnyUriQuery
)
:
UriQuery
Parameters
key:
undefined
|
string
value:
string
Returns
UriQuery
Parameters
params:
AnyUriQuery
Returns
UriQuery
removed
removed
(
key
:
string
)
:
UriQuery
Parameters
key:
string
Returns
UriQuery
Abstract
set
Tail
set
Tail
(
tail
:
UriQuery
)
:
void
Parameters
tail:
UriQuery
Returns
void
Abstract
tail
tail
(
)
:
UriQuery
Returns
UriQuery
to
Any
to
Any
(
params
?:
{}
)
:
undefined
|
{}
Parameters
Optional
params:
{}
[
key:
string
]:
string
Returns
undefined
|
{}
Abstract
to
String
to
String
(
)
:
string
Returns
string
updated
updated
(
key
:
string
, value
:
string
)
:
UriQuery
Parameters
key:
string
value:
string
Returns
UriQuery
Static
builder
builder
(
)
:
UriQueryBuilder
Returns
UriQueryBuilder
Static
cache
Key
cache
Key
(
key
:
string
)
:
string
Parameters
key:
string
Returns
string
Static
from
Any
from
Any
(
value
:
undefined
|
null
|
AnyUriQuery
)
:
UriQuery
Parameters
value:
undefined
|
null
|
AnyUriQuery
Returns
UriQuery
Static
param
param
(
value
:
string
, tail
?:
UriQuery
)
:
UriQuery
param
(
key
:
undefined
|
string
, value
:
string
, tail
?:
UriQuery
)
:
UriQuery
Parameters
value:
string
Optional
tail:
UriQuery
Returns
UriQuery
Parameters
key:
undefined
|
string
value:
string
Optional
tail:
UriQuery
Returns
UriQuery
Static
parse
parse
(
queryPart
:
string
)
:
UriQuery
Parameters
queryPart:
string
Returns
UriQuery
Static
undefined
undefined
(
)
:
UriQuery
Returns
UriQuery
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Uri
Query
constructor
key
value
length
key
Cache
appended
compare
To
dealias
debug
display
equals
get
has
hash
Code
head
is
Defined
is
Empty
prepended
removed
set
Tail
tail
to
Any
to
String
updated
builder
cache
Key
from
Any
param
parse
undefined
Generated using
TypeDoc