{
    "description": {
        "text": [
            "Selector: builder_omnistudio_flexcard-chart-element-property"
        ],
        "author": "Salesforce"
    },
    "shadow": {
        "elements": [
            {
                "name": "elementByCssSelector",
                "public": true,
                "type": [
                    "clickable"
                ],
                "selector": {
                    "css": "%s",
                    "args": [
                        {
                            "name": "elementName",
                            "type": "string"
                        }
                    ]
                }
            },
            {
                "name": "commonTypeaheadByDataKey",
                "public": true,
                "type": "utam-omnistudio-common/pageObjects/typeahead",
                "selector": {
                    "css": "runtime_omnistudio_common-typeahead[data-key='%s']",
                    "args": [
                        {
                            "name": "dataName",
                            "type": "string"
                        }
                    ]
                }
            },
            {
                "name": "commonInputByDataKey",
                "public": true,
                "type": "utam-omnistudio-common/pageObjects/input",
                "selector": {
                    "css": "runtime_omnistudio_common-input[data-key='%s']",
                    "args": [
                        {
                            "name": "dataName",
                            "type": "string"
                        }
                    ]
                }
            },
            {
                "name": "lightningComboboxByDataKey",
                "public": true,
                "type": "utam-lightning/pageObjects/combobox",
                "selector": {
                    "css": "lightning-combobox[data-key='%s']",
                    "args": [
                        {
                            "name": "dataName",
                            "type": "string"
                        }
                    ]
                }
            }
        ]
    }
}