UI 中的 Wordpress 插件访问方法

Wordpress plugin access method in UI

如何在 Wordpress 插件的 React 组件中触发特定方法。例如。古腾堡?

比如说,我们有一个带有 React UI 的 wordpress 插件(例如 Gutenberg)它有一个组件。 我需要以某种方式 access/import 这个组件并触发它的方法。我该怎么做?

在 wordpress 编辑器的 UI 中,我有一个可以通过短

访问的名称空间

wp.

语法并允许使用官方文档中描述的多种方法。 就我而言,我确实需要像这样访问它:

wp.data.select('core/block-editor').getBlockAttributes

这个在官方文档中也有描述: https://developer.wordpress.org/block-editor/data/data-core-block-editor/