(Created page with "= Configuration namespace = ==Methods== The Configuration namespace includes the following methods: * getOption ===getOption=== {| ! Sign...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
= Configuration namespace = | = Configuration namespace = | ||
+ | {{NoteFormat|The content on this page is no longer updated. To find the latest content, go to [https://all.docs.genesys.com/PEC-Developer/Current/SCAPI/ConfigurationNamespace Configuration namespace].}} | ||
==Methods== | ==Methods== | ||
The Configuration namespace includes the following methods: | The Configuration namespace includes the following methods: | ||
Line 70: | Line 71: | ||
|} | |} | ||
|} | |} | ||
+ | |||
+ | [[Category:V:HTCC:9.0.0DRAFT]] |
Latest revision as of 16:58, February 1, 2022
Configuration namespace
Important
The content on this page is no longer updated. To find the latest content, go to Configuration namespace.Methods
The Configuration namespace includes the following methods:
getOption
Signature | <static> getOption(options) → {Array.<Section>} | ||||||||
---|---|---|---|---|---|---|---|---|---|
Description | Get configuration options and values for a specific option name or a subset of options from the [interaction-workspace] section or a custom section. | ||||||||
Parameters |
| ||||||||
Returns | Array.<Section> |
Type definitions
The Configuration namespace includes the following object types:
Section
Description | Represents the JSON structure of a configuration section. Each section includes a list of key/value pairs for the matching option(s). | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Type | Object | |||||||||
Properties |
|
This page was last edited on February 1, 2022, at 16:58.
Comments or questions about this documentation? Contact us for support!