Appearance
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
- Extends: BaseApi
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