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

GeneralPanelTabApi

Version Availability

This interface is available starting from v3.5.0

API interface for General Panel Tab implementations.

typescript
interface GeneralPanelTabApi extends ControlApi

Description

The GeneralPanelTabApi provides access to editor functionalities specifically for GeneralPanelTab instances. It inherits all methods from ControlApi, allowing tabs to manage UI elements, modify the document, and handle localization.

Import

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

Inheritance

Methods

Inherits all methods from ControlApi. No additional methods are currently defined specifically for GeneralPanelTabApi, but it serves as a specialized interface for future enhancements and better type safety.