ui.url.get

Returns the value of the given key from the URL fragment.

UsageReturns
ui.url.get(key, default)Boolean|Number|Object|String
ArgumentTypeDetails
keyStringThe name of the parameter to read.
defaultBoolean|Number|String, optionaloptional default value to return if no value is present.