appsmith-foss-library/pages/Containers/widgets/Header/MultiSelectCertification.json

62 lines
1.7 KiB
JSON

{
"accentColor": "{{appsmith.theme.colors.primaryColor}}",
"animateLoading": true,
"borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}",
"bottomRow": 11,
"boxShadow": "none",
"defaultOptionValue": "{{ ((options, serverSideFiltering) => ( MultiSelectCertification.options))(MultiSelectCertification.options, MultiSelectCertification.serverSideFiltering) }}",
"dynamicBindingPathList": [
{
"key": "accentColor"
},
{
"key": "borderRadius"
},
{
"key": "defaultOptionValue"
}
],
"dynamicHeight": "FIXED",
"dynamicPropertyPathList": [
{
"key": "sourceData"
}
],
"dynamicTriggerPathList": [],
"isDisabled": false,
"isFilterable": true,
"isLoading": false,
"isRequired": false,
"isVisible": true,
"key": "fghssw4jf3",
"labelAlignment": "left",
"labelPosition": "Top",
"labelText": "Certification",
"labelTextSize": "0.875rem",
"labelWidth": 5,
"leftColumn": 20,
"maxDynamicHeight": 9000,
"minDynamicHeight": 4,
"minWidth": 450,
"mobileBottomRow": 20,
"mobileLeftColumn": 19,
"mobileRightColumn": 39,
"mobileTopRow": 13,
"needsErrorInfo": false,
"optionLabel": "label",
"optionValue": "value",
"parentColumnSpace": 13.6533203125,
"parentId": "jvh2b9unua",
"parentRowSpace": 10,
"placeholderText": "Select option(s)",
"renderMode": "CANVAS",
"responsiveBehavior": "fill",
"rightColumn": 41,
"serverSideFiltering": false,
"sourceData": "[\n{\n\"label\": \"Certified\",\n\"value\": \"true\"\n},\n{\n\"label\": \"Not Certified\",\n\"value\": \"false\"\n}\n]",
"topRow": 4,
"type": "MULTI_SELECT_WIDGET_V2",
"version": 1,
"widgetId": "rwlqyjkxdn",
"widgetName": "MultiSelectCertification"
}