Type Definitions
application :Object
Properties:
Name | Type | Description |
---|---|---|
id |
number |
The ID of the application |
name |
string |
The name of the application |
openAppConfig :Object
Properties:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
target |
string |
<optional> |
"new" |
Whether or not to open in this webview or a new one |
hideOthers |
boolean |
<optional> |
false |
Hide other webviews when opening this one |
ignoreDuplicate |
ignoreDuplicate |
<optional> |
false |
Will ignore any webviews currently running this application |