new tool_lp/actionselector(title, message, actions, confirm, cancel)
- Description:
Action selector class.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
title |
String | The title of popup. |
message |
String | The message to display. |
actions |
object | The actions that can be selected. |
confirm |
String | Text for confirm button. |
cancel |
String | Text for cancel button. |