setParam

JavaScript API reference for Inline Zoom Viewer.

setParam( *name, value*)

Sets the viewer parameter to a specified value. The parameter is either a viewer-specific configuration option or a software development kit modifier. This parameter is called before init(). This method is optional if viewer configuration information is passed with config JSON object to the constructor.

See also init.

name

{string} name of parameter.

value

{string} value of parameter. The value cannot be percent-encoded.

Returns

None.

Example

<instance>.setParam("style", "customStyle.css")

On this page