{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: es_property_editors-manual-collection-items",
            "Provides access to Manual Collection Component"
        ]
    },
    "root": true,
    "selector": {
        "css": "es_property_editors-manual-collection-items"
    },
    "shadow": {
        "elements": [
            {
                "public": true,
                "name": "labelContent",
                "selector": {
                    "css": "label"
                }
            },
            {
                "public": true,
                "name": "helptext",
                "type": "utam-lightning/pageObjects/helptext",
                "selector": {
                    "css": "lightning-helptext"
                }
            },
            {
                "public": true,
                "name": "datatable",
                "type": "utam-lightning/pageObjects/datatable",
                "selector": {
                    "css": "lightning-datatable"
                }
            },
            {
                "public": true,
                "name": "spinner",
                "type": "utam-lightning/pageObjects/spinner",
                "selector": {
                    "css": "lightning-spinner"
                }
            },
            {
                "public": true,
                "name": "button",
                "type": "utam-lightning/pageObjects/button",
                "selector": {
                    "css": "lightning-button"
                }
            }
        ]
    },
    "methods": [
        {
            "name": "returnManualCollectionsDataTable",
            "compose": [
                {
                    "apply": "waitFor",
                    "args": [
                        {
                            "type": "function",
                            "predicate": [
                                {
                                    "element": "datatable"
                                }
                            ]
                        }
                    ]
                }
            ]
        }
    ]
}