調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >シリアル化 >blocks >州
serialization.blocks.State インターフェース
特定のブロックの状態を表します。
署名:
export interface State
プロパティ
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["The `serialization.blocks.State` interface represents the complete state of a Blockly block, including properties like position, connections, and internal data."],["It defines properties to describe a block's visual and functional attributes such as its type, ID, position (x, y), collapsed state, editability, and more."],["Block connections are represented by `ConnectionState` for inputs and next connections."],["All properties within the `State` interface are optional, allowing flexibility in representing different aspects of a block's state as needed."],["Developers can use this interface to serialize and deserialize block states, enabling them to save and restore workspaces or individual blocks."]]],[]]