src/rpiWebClient.interfaces.ts
Interface for defining a page location
Properties |
[key: string]:
|
| directoryPath |
directoryPath:
|
Type : string
|
|
The uri directory path |
| fileName |
fileName:
|
Type : string
|
|
The uri file name |
| hash |
hash:
|
Type : string
|
|
The uri hash |
| host |
host:
|
Type : string
|
|
The uri host |
| hostName |
hostName:
|
Type : string
|
|
The uri host name |
| href |
href:
|
Type : string
|
|
The source uri |
| pathName |
pathName:
|
Type : string
|
|
The uri path name |
| pathParts |
pathParts:
|
Type : Array<string>
|
|
The uri path parts |
| port |
port:
|
Type : string
|
|
The uri port |
| protocol |
protocol:
|
Type : string
|
|
The uri protocol |
| raw |
raw:
|
Type : string
|
|
The href stripped of search and hash |
| search |
search:
|
Type : string
|
|
The uri search parameters |
| searchParts |
searchParts:
|
Type : Record<string | string>
|
|
The uri search parts |