Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

ResetGlobalProperties Class Reference

Constructors

Instance Methods

Constructors

new ResetGlobalProperties(parameters)

Initializes an instance of ResetGlobalProperties.

Instance Methods

resetGlobalProperties.getProperties() ⇒ Array.<GlobalProperty>

Get the Properties

Kind: Instance method of ResetGlobalProperties
Returns: Array.<GlobalProperty> - the KEY_PROPERTIES value

resetGlobalProperties.setProperties(properties) ⇒ ResetGlobalProperties

Set the Properties

Kind: Instance method of ResetGlobalProperties
Returns: ResetGlobalProperties - The class instance for method chaining.

ParamTypeDescription
properties Array.<GlobalProperty> Contains the names of all global properties (like timeoutPrompt) that should be unset. Resetting means, that they have the same value as at start up (default) - The desired Properties. {'array_min_size': 1, 'array_max_size': 100}
View on GitHub.com