{
    "description": {
        "author": "Salesforce",
        "text": [
            "Selector: lightning-formatted-text",
            "Represents the lightning-formatted-text Lightning web component.",
            "Get the text value."
        ]
    },
    "methods": [
        {
            "name": "getInnerText",
            "description": {
                "text": [
                    "Get the formatted text display value"
                ],
                "return": "string"
            },
            "compose": [
                {
                    "element": "root",
                    "apply": "getText"
                }
            ]
        }
    ]
}