研究调查问卷:请告诉我们您使用 Blockly 的体验
开始调查问卷
blockly >事件 >UiBase
Events.UiBase 类
界面事件的基类。界面事件是指无需通过网络发送即可使多用户编辑生效的事件(例如,滚动工作区、缩放、打开工具箱类别)。界面事件不会撤消或重做。
Signature:
export declare class UiBase extends AbstractEvent
扩展:AbstractEvent
构造函数
构造函数 |
修饰符 |
说明 |
(构造函数)(opt_workspaceId) |
|
构造 UiBase 类的新实例 |
属性
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-10-11。
[null,null,["最后更新时间 (UTC):2024-10-11。"],[[["The `Blockly.Events.UiBase` class is the foundation for UI events in Blockly, such as scrolling or zooming, which are not broadcasted for collaborative editing."],["UI events, represented by the `UiBase` class, do not have undo or redo functionality and are identified by the `isUiEvent` property."],["Extending the `AbstractEvent` class, `UiBase` provides a structure for managing UI interactions within a Blockly workspace, including properties like `isBlank`, `recordUndo`, and `workspaceId`."]]],[]]