{
    "exposeRootElement": true,
    "description": {
        "text": [
            "Selector:runtime_omnistudio_common-button"
        ],
        "author": "Salesforce"
    },
    "shadow": {
        "elements": [
            {
                "name": "button",
                "public": true,
                "selector": {
                    "css": "button"
                },
                "type": [
                    "clickable",
                    "actionable",
                    "editable"
                ]
            },
            {
                "name": "label",
                "selector": {
                    "css": ".btnLabel"
                }
            }
        ]
    },
    "methods": [
        {
            "name": "click",
            "compose": [
                {
                    "element": "button",
                    "apply": "click"
                }
            ]
        },
        {
            "name": "getLabel",
            "compose": [
                {
                    "element": "label",
                    "apply": "getText",
                    "returnType": "string"
                }
            ]
        }
    ]
}