DiviArea.Utils.getUrlParam(paramName)
Returns a single URL param valuewith the given name.
If no paramName is given, returns the entire list of all params as object.
Params
paramName
- The parameter to return.
Returns
Returns a string with the value of a single parameter, or an key-value object with all parameters of the current URL params.
Notes
No notes