{
    "description": {
        "author": "Salesforce",
        "text": [
            "Page Object: dimensionPropertyEditorUi"
        ]
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "label",
                "type": [
                    "actionable",
                    "clickable"
                ],
                "selector": {
                    "css": "label"
                }
            },
            {
                "public": true,
                "name": "input",
                "type": "utam-lightning/pageObjects/input",
                "selector": {
                    "css": "lightning-input"
                }
            },
            {
                "public": true,
                "name": "combobox",
                "type": "utam-lightning/pageObjects/combobox",
                "selector": {
                    "css": "lightning-combobox"
                }
            }
        ]
    }
}