@adviser/cement - v0.0.0
Preparing search index...
URIObject
Interface URIObject
interface
URIObject
{
style
:
"host"
|
"path"
;
protocol
:
string
;
pathname
:
string
;
searchParams
:
Record
<
string
,
string
>
;
}
Hierarchy (
View Summary
)
URIObject
PathURIObject
HostURIObject
Index
Properties
style
protocol
pathname
search
Params
Properties
Readonly
style
style
:
"host"
|
"path"
Readonly
protocol
protocol
:
string
Readonly
pathname
pathname
:
string
Readonly
search
Params
searchParams
:
Record
<
string
,
string
>
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
style
protocol
pathname
search
Params
@adviser/cement - v0.0.0
Loading...