Get Children
element.getChildren()
Get child elements from a parent element in the element hierarchy.
Syntax
Returns
Promise<Array<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 our Designer Extension type definitions.
Example
Designer Ability
Checks for authorization only