this.containsName( variableName ) method

Check if this hwc.ClientVariables has a variable by the given name.

Syntax

<static> this.containsName( variableName ) → {boolean}

Parameters

Name Type Description
variableName string The name of variable to check for.

Returns

True if this hwc.ClientVariables has a variable by the given name, false otherwise.

Type:

boolean

Source

hwc-api.js, line 2070.