Get Alt Text
element.getAltText()
Retrieve the alt text for an Image element on the canvas. If the Image element doesn’t have alt text, the API will retrieve the alt text from the associated Asset.
Syntax
Returns
Promise<String>
A Promise that resolves to the string of alt text.
Example
Designer Ability
Checks for authorization only