Methods
(async) doRenderBody()
for overriding
- Source:
Type Definitions
CreateOrUpdateLauncherOptions
Type:
- Object
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
id |
string |
<optional> |
id of the button, used to identify the old instances of this button to be replaced ID is optional because of BC, but not specifying it is deprecated. ID can be alphanumeric only. |
title |
string | ||
icon |
string |
<optional> |
name of the boxicon to be used (e.g. "time" for "bx-time" icon) |
action |
function | callback handling the click on the button | |
shortcut |
string |
<optional> |
keyboard shortcut for the button, e.g. "alt+t" |
- Source: