commands
Functions
invokeBundleWidget()
invokeBundleWidget(
widgetId
,apisBlobUrl
):Promise
<string
>
Invoke the bundle_widget
command.
Parameters
Parameter | Type |
---|---|
widgetId | string |
apisBlobUrl | string |
Returns
Promise
<string
>
Defined in
invokeExitApp()
invokeExitApp(
settings
):Promise
<void
>
Invoke the exit_app
command.
Parameters
Parameter | Type |
---|---|
settings | Settings |
Returns
Promise
<void
>
Defined in
invokeInitSettings()
invokeInitSettings():
Promise
<Settings
>
Invoke the init_settings
command.
Returns
Promise
<Settings
>
Defined in
invokeOpenWidgetResource()
invokeOpenWidgetResource(
widgetId
,path
):Promise
<void
>
Invoke the open_widget_resource
command.
Parameters
Parameter | Type |
---|---|
widgetId | null | string |
path | null | string |
Returns
Promise
<void
>
Defined in
invokeRefreshWidgetCollection()
invokeRefreshWidgetCollection():
Promise
<WidgetConfigCollection
>
Invoke the refresh_widget_collection
command.
Returns
Promise
<WidgetConfigCollection
>
Defined in
invokeRegisterToggleShortcut()
invokeRegisterToggleShortcut(
shortcut
,reverse
):Promise
<void
>
Invoke the register_toggle_shortcut
command.
Parameters
Parameter | Type |
---|---|
shortcut | string |
reverse | boolean |
Returns
Promise
<void
>