Get all elements
webflow.getAllElements()
Retrieve all elements present on the current page of the Designer.
If the Designer is editing a component, the elements returned are those present in that Component.
Syntax
Returns
Promise<AnyElement>
A Promise that resolves to an array of AnyElement
objects.
AnyElement
represents the various element types available in a Webflow project. See a full list of supported element types in the Designer Extension type definitions.
Example
Designer Ability
Checks for authorization only