Appearance
BlocksPanelApi
API interface for interacting with and customizing the editor's blocks panel.
typescript
interface BlocksPanelApi extends BaseApi
Description
The BlocksPanelApi
interface provides API functionality for customizing blocks panel. It extends the BaseApi
interface, giving blocks panel implementations access to core editor features like configuration, translations, and state management.
Import
typescript
import { BlocksPanelApi } from '@stripoinc/ui-editor-extensions';
Inheritance Hierarchy
BaseApi
↓
BlocksPanelApi
Properties
None (inherits all properties from BaseApi)
Methods
The BlocksPanelApi
interface currently does not define any additional methods beyond those inherited from BaseApi
.
Inherited Methods from BaseApi
BaseApi - Base API interface