封鎖 >標記
Marker 類別
標記的類別。鍵盤瀏覽功能會使用這個欄位,在 Blockly AST 中儲存位置。
Signature:
export declare class Marker
建構函式
屬性
屬性 |
修飾符 |
類型 |
說明 |
顏色 |
|
字串 |空值 |
標記的顏色。 |
類型 |
|
字串 |
標記的類型。 |
方法
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-22 (世界標準時間)。
[null,null,["上次更新時間:2024-08-22 (世界標準時間)。"],[[["The `Marker` class in Blockly is used for keyboard navigation, saving a location within the Blockly Abstract Syntax Tree (AST)."],["Markers have properties like `colour` and `type` to visually represent their purpose."],["They provide methods for managing their location within the AST, including `getCurNode`, `setCurNode`, and `dispose`."],["Markers can be visually hidden using the `hide` method and are managed by a 'drawer' object responsible for their visual representation."]]],[]]