{
    "exposeRootElement": true,
    "shadow": {
        "elements": [
            {
                "name": "slotInput",
                "public": true,
                "type": "container",
                "selector": {
                    "css": "[data-omni-input]"
                }
            },
            {
                "name": "spinner",
                "public": false,
                "selector": {
                    "css": "runtime_omnistudio_common-spinner"
                }
            },
            {
                "name": "repeatButton",
                "public": true,
                "type": "clickable",
                "selector": {
                    "css": ".omni-repeat-button-group > button:first-child"
                }
            },
            {
                "name": "removeButton",
                "public": true,
                "type": "clickable",
                "selector": {
                    "css": ".omni-repeat-button-group > button:last-child"
                }
            },
            {
                "name": "actionLabel",
                "public": false,
                "selector": {
                    "css": ".btnLabel"
                }
            }
        ]
    },
    "elements": [
        {
            "name": "elementWithName",
            "public": true,
            "type": "container",
            "selector": {
                "css": "[data-omni-key='%s']",
                "args": [
                    {
                        "name": "elementName",
                        "type": "string"
                    }
                ]
            }
        },
        {
            "name": "elementsWithName",
            "public": true,
            "type": "container",
            "selector": {
                "css": "[data-omni-key='%s']",
                "args": [
                    {
                        "name": "elementName",
                        "type": "string"
                    }
                ],
                "returnAll": true
            }
        }
    ],
    "methods": [
        {
            "name": "getLabel",
            "compose": [
                {
                    "returnType": "string",
                    "element": "actionLabel",
                    "apply": "getText"
                }
            ]
        },
        {
            "name": "focus",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/input"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/input"
                },
                {
                    "chain": true,
                    "apply": "focus"
                }
            ]
        },
        {
            "name": "isReadonly",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/input"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/input"
                },
                {
                    "chain": true,
                    "returnType": "boolean",
                    "apply": "isReadonly"
                }
            ]
        },
        {
            "name": "getHelpIcon",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/input"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/input"
                },
                {
                    "chain": true,
                    "apply": "getHelpIcon",
                    "returnType": "utam-omnistudio-common/pageObjects/tooltip"
                }
            ]
        }
    ],
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}