Interface ParamFragment

Index

Call signatures

Properties

Methods

Call signatures

(url?: string): string

Parameters

  • url?: string optional

Returns

string

(url: string, params: any, merge_mode?: number): string

Parameters

  • url: string
  • params: any
  • merge_mode?: number optional

Returns

string

Properties

public noEscape: (chars?: string) => void

Specify characters that will be left unescaped when fragments are created or merged using , or when the fragment is modified using . This option only applies to serialized data object fragments, and not set-as-string fragments. Does not affect the query string. Defaults to ",/" (comma, forward slash).

name

chars The characters to not escape in the fragment. If unspecified, defaults to empty string (escape all characters).

Methods

public ajaxCrawlable(state?: boolean): boolean

TODO: DESCRIBE

name

state TODO: DESCRIBE

Parameters

  • state?: boolean optional

Returns

boolean