Optional
parameterLists all parameters handled by this Parametrizable. It is used to remove existing URL parameters if they are not listed by the encodeURLParameter() response.
Optional
decodeURLParameterCalled by the ParameterManager to trigger the decoding of parameters.
Optional
encodeURLParameterCreates an object, which lists all parameters to append to a URL. Parameters that have 'undefined' values are removed from a URL.
Generated using TypeDoc
A Parametrizable is an object that supports configuration through URL parameters.