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