Button
Button
{
"type": "button",
"id": "someButtonId",
"label": "Delete selected",
"btnActive": " return 1=1 ", //dynamic condition to determine if btn is clickable
"visibilityCondition": "",
"onClick": [],
"onClickSuccess": [],
"onClickError": [],
"onClickFinally": []
}