Variable createSvgElementConst
createSvgElement:
(
...args:
[
qualifiedName:
string,
options?:
string
|
ElementCreationOptions,
],
)
=> Element = ...
Type declaration
-
-
(
...args:
[
qualifiedName:
string,
options?:
string
|
ElementCreationOptions,
],
): Element
-
Parameters
-
...args:
[qualifiedName:
string, options?:
string |
ElementCreationOptions]
Returns Element
Creates an instance of a svg element.