Appearance
GeneralPanelTabApi
Version Availability
This interface is available starting from v3.5.0
API interface for General Panel Tab implementations.
typescript
interface GeneralPanelTabApi extends ControlApiDescription
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
- Extends: ControlApi
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.