{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: es_property_editors-input-background-image",
            "Provides access to inputImage, lightning input and combobox components"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "inputImage",
                "type": "utam-es_property_editors/pageObjects/inputImage",
                "selector": {
                    "css": "es_property_editors-input-image"
                }
            },
            {
                "public": true,
                "name": "combobox",
                "type": "utam-lightning/pageObjects/combobox",
                "selector": {
                    "css": "lightning-combobox"
                }
            },
            {
                "public": true,
                "name": "input",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input"
                }
            }
        ]
    }
}