Comments or questions about this documentation? Contact us for support!
(Created target blank page For Version: PSAAS:Julie) |
(Update with the copy of version: Public) |
||
Line 1: | Line 1: | ||
− | <!-- | + | = Configuration = |
+ | == Description == | ||
+ | Console option to open on initial loading | ||
+ | == Example == | ||
+ | <pre> | ||
+ | window._genesys.widgets.console = {open: true}; | ||
+ | </pre> | ||
+ | == Options == | ||
+ | {| | ||
+ | |- | ||
+ | ! Name | ||
+ | ! Type | ||
+ | ! Description | ||
+ | ! Default | ||
+ | ! Required | ||
+ | |- | ||
+ | | open | ||
+ | | boolean | ||
+ | | Set to true for console to open at start. | ||
+ | | false | ||
+ | | false | ||
+ | |- | ||
+ | |} | ||
+ | |||
+ | [[Category:V:PSAAS:Julie]] |
Console option to open on initial loading
window._genesys.widgets.console = {open: true};
Name | Type | Description | Default | Required |
---|---|---|---|---|
open | boolean | Set to true for console to open at start. | false | false |