Set Alt Text
asset.setAltText(altText, localeId?)
This method sets the Alt Text for a specific Asset.
Syntax
Parameters
- altText: string - The alt text for the Asset. If null is passed as this parameter, Webflow will set the asset alt text to “decorative.”
- localeId string (optional) - The Locale ID for the Alt Text.
Returns
Promise<null>
A Promise that resolves to null
.
Example
Designer Ability
Checks for authorization only