karaoke-appsmith/pages/Home/widgets/Tabs/Add.json
2025-09-11 08:01:02 +00:00

51 lines
No EOL
1.3 KiB
JSON

{
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 6,
"boxShadow": "none",
"buttonColor": "{{appsmith.theme.colors.primaryColor}}",
"buttonVariant": "PRIMARY",
"disabledWhenInvalid": false,
"dynamicBindingPathList": [
{
"key": "buttonColor"
},
{
"key": "borderRadius"
}
],
"dynamicTriggerPathList": [
{
"key": "onClick"
}
],
"isDefaultClickDisabled": true,
"isDisabled": false,
"isLoading": false,
"isVisible": true,
"key": "mlbyeq1t36",
"leftColumn": 49,
"minWidth": 120,
"mobileBottomRow": 6,
"mobileLeftColumn": 49,
"mobileRightColumn": 64,
"mobileTopRow": 2,
"needsErrorInfo": false,
"onClick": "{{Karaoke_AddSong.run().then(() => {\n Karaoke_AllTracks.run();\n JSObject1.AddonClick();\n}).catch(() => {\n showAlert('Couldn\\'t add, sorry!', 'error');\n});}}",
"parentColumnSpace": 19.5,
"parentId": "plqruz04xj",
"parentRowSpace": 10,
"placement": "CENTER",
"recaptchaType": "V3",
"renderMode": "CANVAS",
"resetFormOnClick": false,
"responsiveBehavior": "hug",
"rightColumn": 64,
"text": "Add",
"tooltip": "Add the track",
"topRow": 2,
"type": "BUTTON_WIDGET",
"version": 1,
"widgetId": "5k7mbebacf",
"widgetName": "Add"
}