Interface
RendererInterface
Magento\PageBuilder\Model\Stage\RendererInterface
What it does
This interface defines a contract for rendering content types in the Page Builder stage (admin editing view).
Developers would implement this interface when creating custom content type renderers that need to transform raw data into a format that the Page Builder stage can process and display in the admin panel.
Public Methods
- render()