Element Presets
The Element Presets object specifies all the element types available in the designer. Using the Element Presets object, Apps can select native Webflow elements to insert onto a page with the element creation methods.
Each preset corresponds to a unique element type, complete with its own properties and methods. For a deeper understanding of how to manipulate these element properties and methods, consult the Designer Extension type definitions and documentation on element properties and methods.
Use the DOM element when presets aren't available
Not all element types are supported through presets. Additionally, not all presets have methods to support updating the element. If a preset or functionality isn’t available for the element you want to create, you can use the custom DOM element method to create a custom element.
Layout & Structure
For fundamental building blocks of page layout and responsive design.
Typography & Content
For elements whose primary purpose is to display text or structured content.
Navigation & Interactive
For elements that users interact with to navigate or trigger actions.
Forms
All presets related to creating and managing forms.
Pre-built Layouts
For professionally designed, pre-built sections that can be inserted onto a page.
E-commerce
All presets specific to Webflow’s E-commerce functionality.
CMS & Dynamic Content
For elements related to displaying content from the Webflow CMS.
Media & Embeds
For displaying images, videos, and third-party content.
User Accounts
All presets related to user authentication and account management.
Advanced & Miscellaneous
A catch-all for more technical or specialized elements.
This list outlines all presets that can be used with webflow.elementPresets.<preset>
.