Preparing search index...
@universe-dg/sdk
Universe
Platform
Router
LocationDescriptorObject
Interface LocationDescriptorObject<S>
Public
interface
LocationDescriptorObject
<
S
=
unknown
>
{
hash
?:
string
;
key
?:
string
;
pathname
?:
string
;
search
?:
string
;
state
?:
S
;
}
Type Parameters
S
=
unknown
Hierarchy (
View Summary
)
LocationDescriptorObject
Universe
.
Platform
.
Record
.
LocationDescriptorObject
Index
Properties
hash?
key?
pathname?
search?
state?
Properties
Optional
hash
hash
?:
string
Optional
key
key
?:
string
Optional
pathname
pathname
?:
string
Optional
search
search
?:
string
Optional
state
state
?:
S
On This Page
Properties
hash
key
pathname
search
state
Юниверс DG SDK UI
Loading...
Public