Constructor: help.appConfig
Contains various client configuration parameters
Attributes:
| Name | Type | Required | Description |
|---|---|---|---|
| hash | int | Yes | |
| config | JSONValue | Yes | Client configuration parameters |
Type: help.AppConfig
Example:
$help_appConfig = ['_' => 'help.appConfig', 'hash' => int, 'config' => JSONValue];