blockly >连接 >getShadowDom

Connection.getShadowDom() 方法

返回连接的影子块的 xml 表示法。

Signature:

getShadowDom(returnCurrent?: boolean): Element | null;

参数

参数 类型 说明
returnCurrent 布尔值 (可选)如果为 true,并且影子块当前已连接到此连接,则会序列化该块的状态并返回该块(确保字段值正确无误)。否则,仅返回已保存的 shadowDom。

返回

元素 |null

代码块或 null 的 Shadow DOM 表示。