Skip to content
This plugin is new and currently in beta. For the stable version, please use the previous version of the plugin.

BlockRendererApi

Interface providing API access for BlockRenderer implementations in the Stripo Email Editor Extensions SDK.

typescript
interface BlockRendererApi extends BaseApi

Description

The BlockRendererApi interface provides access to editor functionalities for custom block renderer implementations. It inherits all base API functionality, giving renderers access to translation, configuration, and editor state features while rendering custom block content.

Import

typescript
import { BlockRendererApi } from '@stripoinc/ui-editor-extensions';

Inheritance Hierarchy

BaseApi

BlockRendererApi

Properties

None (all functionality provided through inherited methods)

Methods

The BlockRendererApi interface currently does not define any additional methods beyond those inherited from BaseApi.

Inherited Methods from BaseApi

BaseApi - Base API interface