透過集合功能整理內容
你可以依據偏好儲存及分類內容。
blockly >UnattachedFieldError
UnattachedFieldError 類別
代表欄位在實際連結至區塊之前,嘗試存取區塊或區塊資訊時發生的錯誤。
Signature:
export declare class UnattachedFieldError extends Error
延伸:錯誤
這個類別的建構函式標示為內部函式。第三方程式碼不得直接呼叫建構函式,也不得建立擴充 UnattachedFieldError
類別的子類別。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-25 (世界標準時間)。"],[],["The `UnattachedFieldError` class represents an error that occurs when a field attempts to access its block or block information prematurely, before being attached. It extends the standard `Error` class. Direct instantiation or subclassing of `UnattachedFieldError` by external code is prohibited, as its constructor is internal. The error signifies an issue with the field's attachment state within the Blockly environment.\n"]]