Interface UriEncodable

API for an object that can URI encode itself.

Hierarchy

  • UriEncodable

Implemented by

Methods

Methods

  • Get this object as a standard URI encoded (query parameters) string value.

    Parameters

    • Optional index: number

      an optional array property index

    • Optional propertyName: string

      an optional array property name, only used if index is also provided; defaults to sorts

    Returns string

    the URI encoded string

Generated using TypeDoc