Connection.getShadowState() 方法
返回连接影子块的序列化对象表示形式。
Signature:
getShadowState(returnCurrent?: boolean): blocks.State | null;
参数
参数 | 类型 | 说明 |
---|---|---|
returnCurrent | 布尔值 | (可选)如果为 true,并且影子块当前已连接到此连接,则会序列化该块的状态并返回该块(确保字段值正确无误)。否则,系统将仅返回已保存状态。 |
返回:
blocks.State |null
块的序列化对象表示形式,或 null。