Initializes an instance of ResetGlobalProperties.
Array.<GlobalProperty>
Get the Properties
Kind: Instance method of ResetGlobalProperties
Returns: Array.<GlobalProperty>
- the KEY_PROPERTIES value
ResetGlobalProperties
Set the Properties
Kind: Instance method of ResetGlobalProperties
Returns: ResetGlobalProperties
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
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} |