public interface ClientItem
ClientItem
:
// context:ClientItemContext
var clientItem = context.createItem
("iconUrl", "title", function clientItemPerformable() { // Perform action });
ClientItemContext.createItem(String, String, ClientItemPerformable)
Modifier and Type | Method and Description |
---|---|
String |
getIcon()
Returns the action's icon to be used for visualization.
|
String |
getTitle()
Returns the action's title to be used for visualization.
|
void |
perform()
Performs the action.
|
String getTitle()
String getIcon()
void perform()
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210