Hierarchy

  • StatemanagerLocation

Properties

domain_: string
fragment_: Object
history_: History
path_: string
port_: number
queryData_: Object
schema_: string

Methods

  • Delete a param int the fragment of the location's URI.

    Parameters

    • key: string

      Param key.

    Returns void

  • Delete a param in the location's URI.

    Parameters

    • key: string

      Param key.

    Returns void

  • Get a param from the fragment of the location's URI.

    Returns

    Param value.

    Parameters

    • key: string

      Param key.

    Returns string

  • Get a param from the fragment of the location's URI as integer. If the entry does not exist, or if the value can not be parsed as integer, undefined is returned.

    Returns

    Param value.

    Parameters

    • key: string

      Param key.

    Returns number

  • Get an array with all existing param's keys from the fragment of the location's URI.

    Returns

    Param keys.

    Returns string[]

  • Get an array with all existing param's keys from the fragment of the location's URI that start with the given prefix.

    Returns

    Param keys.

    Parameters

    • prefix: string

      Key prefix.

    Returns string[]

  • Get a param in the location's URI.

    Returns

    Param value.

    Parameters

    • key: string

      Param key.

    Returns string

  • Get a param in the location's URI as a floating point number. If the entry does not exist, or if the value can not be parsed, undefined is returned.

    Returns

    Param value.

    Parameters

    • key: string

      Param key.

    Returns number

  • Get a param in the location's URI as integer. If the entry does not exist, or if the value can not be parsed as integer, undefined is returned.

    Returns

    Param value.

    Parameters

    • key: string

      Param key.

    Returns number

  • Get an array with all existing param's keys in the location's URI.

    Returns

    Param keys.

    Returns string[]

  • Get an array with all existing param's keys in the location's URI that start with the given prefix.

    Returns

    Param keys.

    Parameters

    • prefix: string

      Key prefix.

    Returns string[]

  • Check if a param exists in the fragment of the location's URI.

    Returns

    True if the param exists.

    Parameters

    • key: string

      Param key.

    Returns boolean

  • Check if a param exists in the location's URI.

    Returns

    True if the param exists.

    Parameters

    • key: string

      Param key.

    Returns boolean

  • Set or create a param in the fragment of the location's URI.

    Parameters

    • params: Object

      Parameters.

    Returns void

  • Set or create a param in the location's URI.

    Parameters

    • params: Object

      Parameters.

    Returns void

Generated using TypeDoc