getOptionValue

Returns the value of the specified option property.

Syntax

getOptionValue(optionName);

Parameters

  • optionName - (String) The name of the option property. Use the getOptionNames method (see below) to get the available option property names.

Returns

  • String - The value of the specified option property.