blockly > zelos > ConstantProvider > createDom

zelos.ConstantProvider.createDom() 方法

Signature:

createDom(svg: SVGElement, tagName: string, selector: string, injectionDivIfIsParent?: HTMLElement): void;

参数

参数 类型 说明
svg SVGElement
tagName 字符串
选择器 字符串
injectionDivIfIsParent HTMLElement (可选)

返回

void