{
    "shadow": {
        "elements": [
            {
                "name": "slotInput",
                "public": true,
                "type": "container",
                "selector": {
                    "css": "slot > [data-omni-input]"
                }
            },
            {
                "name": "repeatButton",
                "type": "clickable",
                "selector": {
                    "css": ".omni-repeat-button-group > button"
                },
                "nullable": true
            },
            {
                "name": "elementByCssSelector",
                "public": true,
                "type": [
                    "clickable"
                ],
                "selector": {
                    "css": "%s",
                    "args": [
                        {
                            "name": "elementName",
                            "type": "string"
                        }
                    ]
                }
            }
        ]
    },
    "methods": [
        {
            "name": "getLabel",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/radioGroup"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/radioGroup"
                },
                {
                    "chain": true,
                    "returnType": "string",
                    "apply": "getLabel"
                }
            ]
        },
        {
            "name": "getOptionLabels",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/radioGroup"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/radioGroup"
                },
                {
                    "chain": true,
                    "returnType": "string",
                    "apply": "getRadioOptionLabels",
                    "returnAll": true
                }
            ]
        },
        {
            "name": "getRadioGroup",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/radioGroup"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/radioGroup"
                }
            ]
        },
        {
            "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": "blur",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/input"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/input"
                },
                {
                    "chain": true,
                    "apply": "blur"
                }
            ]
        },
        {
            "name": "isValid",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/input"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/input"
                },
                {
                    "chain": true,
                    "returnType": "boolean",
                    "apply": "isValid"
                }
            ]
        },
        {
            "name": "getErrorMessage",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/radioGroup"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/radioGroup"
                },
                {
                    "chain": true,
                    "returnType": "string",
                    "apply": "getErrorMessage"
                }
            ]
        },
        {
            "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": "isShown",
            "compose": [
                {
                    "element": "slotInput",
                    "args": [
                        {
                            "type": "pageObject",
                            "value": "utam-omnistudio-common/pageObjects/input"
                        }
                    ],
                    "returnType": "utam-omnistudio-common/pageObjects/input"
                },
                {
                    "chain": true,
                    "returnType": "boolean",
                    "apply": "isVisible"
                }
            ]
        },
        {
            "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"
                }
            ]
        },
        {
            "name": "getRepeatButton",
            "compose": [
                {
                    "element": "repeatButton"
                }
            ]
        }
    ],
    "description": {
        "text": [
            " "
        ],
        "author": "Salesforce"
    }
}