createElement
Creates a DOM or SVG element for the requested tag.
Table of contents
Category
Value
Import
jsimport { createElement } from "valyrian.js";Public signature
ts(tag: string, isSVG: boolean): DomElementParameters
tstag: string, isSVG: booleanResult
tsDomElement