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

SettingsPanelApi

API interface for settings panel tab implementations in the Stripo Email Editor Extensions SDK.

typescript
interface SettingsPanelApi extends BaseApi

Description

The SettingsPanelApi interface provides API functionality for custom settings panel tabs. It extends the BaseApi interface, giving settings panel implementations access to core editor features like configuration, translations, and state management.

Import

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

Inheritance

Properties

None (inherits all properties from BaseApi)

Methods

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

Inherited Methods from BaseApi

BaseApi - Base API interface