Skip to main content

Home > blockly > zelos > ConstantProvider > createDom

zelos.ConstantProvider.createDom() method

Signature:

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

Parameters

ParameterTypeDescription
svgSVGElement
tagNamestring
selectorstring
injectionDivIfIsParentHTMLElement(Optional)

Returns:

void