{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: es_property_editors-data-binding-button",
            "Provides access to aura button as well as lightning icon components"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "button",
                "type": [
                    "actionable",
                    "clickable"
                ],
                "selector": {
                    "css": "button"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "icon",
                        "type": "utam-lightning/pageObjects/icon",
                        "selector": {
                            "css": "lightning-icon"
                        }
                    }
                ]
            }
        ]
    }
}