Options
Menu

Class RectangleLocation

Implements the ng.ILocationService interface and is used by the dashboard to supply controllers with a saved URL location

class

RectangleLocation

Index

Constructor methods

constructor

  • constructor(delegate: ng.ILocationService, path: string, search: any, hash: string): RectangleLocation
  • Parameters

    • delegate: ng.ILocationService
    • path: string
    • search: any
    • hash: string

    Returns RectangleLocation

Properties

private _hash

_hash: string

private _path

_path: string

private _search

_search: any

delegate

delegate: ng.ILocationService

Methods

absUrl

  • absUrl(): string
  • Returns string

hash

  • hash(newHash?: stringnull): any
  • Parameters

    • newHash?: string optional

    Returns any

host

  • host(): string
  • Returns string

path

  • path(newPath?: stringnull): any
  • Parameters

    • newPath?: string optional

    Returns any

port

  • port(): number
  • Returns number

protocol

  • protocol(): number
  • Returns number

replace

search

  • search(parametersMap?: anynull): any
  • Parameters

    • parametersMap?: any optional

    Returns any

url

  • url(newValue?: stringnull): any
  • Parameters

    • newValue?: string optional

    Returns any

Generated using TypeDoc