{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: builder_industries_constraints-type-modal",
            "Constraint Builder type modal component"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "modalHeader",
                "type": "utam-lightning/pageObjects/modalHeader",
                "selector": {
                    "css": "lightning-modal-header"
                }
            },
            {
                "public": true,
                "name": "modalBody",
                "type": "utam-lightning/pageObjects/modalBody",
                "selector": {
                    "css": "lightning-modal-body"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "typeNameInput",
                        "type": "utam-lightning/pageObjects/input",
                        "selector": {
                            "css": "lightning-input[class*='typeName']"
                        }
                    },
                    {
                        "public": true,
                        "name": "parentTypeCombobox",
                        "type": "utam-lightning/pageObjects/combobox",
                        "selector": {
                            "css": "lightning-combobox[class*='parentType']"
                        }
                    }
                ]
            },
            {
                "public": true,
                "name": "modalFooter",
                "type": "utam-lightning/pageObjects/modalFooter",
                "selector": {
                    "css": "lightning-modal-footer"
                },
                "elements": [
                    {
                        "public": true,
                        "name": "cancelButton",
                        "type": "utam-lightning/pageObjects/button",
                        "selector": {
                            "css": "lightning-button[class='cancel']"
                        }
                    },
                    {
                        "public": true,
                        "name": "saveButton",
                        "type": "utam-lightning/pageObjects/button",
                        "selector": {
                            "css": "lightning-button[class*='save']"
                        }
                    }
                ]
            }
        ]
    }
}