封鎖 >utils >工具箱 >parseToolboxTree
utils.toolbox.parseToolboxTree() 函式
將提供的工具箱樹狀結構剖析為一致的 DOM 格式。
Signature:
export declare function parseToolboxTree(toolboxDef: Element | null | string): Element | null;
參數
參數 | 類型 | 說明 |
---|---|---|
toolboxDef | 元素 |null |字串 | 區塊的 DOM 樹狀結構,或具有相同的文字表示。 |
傳回:
元素 |空值
區塊的 DOM 樹狀結構或空值。