1// Custom builds can override this file to add custom guided actions.
6 function customConfirmAction(actionCode, actionData, mapIndicator, confirmDialog) {
7 return false // false = action not handled here
10 function customExecuteAction(actionCode, actionData, sliderOutputValue, optionCheckedode) {
11 return false // false = action not handled here