封鎖 >事件 >摘要
Events.Abstract 類別
事件的抽象類別。
Signature:
export declare abstract class Abstract
建構函式
屬性
屬性 |
修飾符 |
類型 |
說明 |
群組 |
|
字串 |
與這個區塊相關聯的事件群組 ID。 群組定義的事件應將使用者視為單一動作,且應同時復原。 |
isBlank |
abstract |
布林值 |
事件是否在沒有必要參數的情況下建構 (由 fromJson 填入)。 |
isUiEvent |
|
布林值 |
事件是否為 UI 事件。 |
recordUndo |
|
布林值 |
這個活動是否可復原。 |
類型 |
|
字串 |
此事件的類型。 |
workspaceId? |
|
字串 |
(選用) 這個事件的工作區 ID。 |
方法
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-10-14 (世界標準時間)。
[null,null,["上次更新時間:2024-10-14 (世界標準時間)。"],[[["`Events.Abstract` is a base class for all Blockly events, defining common properties and methods."],["It provides properties like `type`, `group`, `recordUndo`, and `isUiEvent` to describe event characteristics."],["Events can be serialized to JSON using `toJson()` and executed with `run()`."],["Subclasses implement specific event logic and data."],["`isBlank` property indicates if the event was created without full information, potentially to be filled by `fromJson()`."]]],[]]