Get component by ID
webflow.getComponent(id)
Retrieves a component by its ID.
Syntax
Returns
Promise<Component>
A Promise that resolves to a component.
Example
Designer Ability
Checks for authorization only
webflow.getComponent(id)Retrieves a component by its ID.
Promise<Component>
A Promise that resolves to a component.
Checks for authorization only