{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: builder_industries_constraints-type-detail-panel-header",
            "Constraint Builder type detail panel header component"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "icon",
                "type": "utam-lightning/pageObjects/icon",
                "selector": {
                    "css": "lightning-icon"
                }
            },
            {
                "public": true,
                "name": "typeDefinition",
                "type": "utam-lightning/pageObjects/formattedText",
                "selector": {
                    "css": "lightning-formatted-text[class*='type-definition-title']"
                }
            },
            {
                "public": true,
                "name": "typeName",
                "type": "utam-lightning/pageObjects/formattedText",
                "selector": {
                    "css": "lightning-formatted-text[class*='type-name']"
                }
            }
        ]
    }
}