Skip to content

@serenity-is/domwise / inSVGNamespace

Function: inSVGNamespace()

inSVGNamespace(fn): ComponentChildren

Defined in: src/in-namespace-uri.ts:63

Executes a children factory within the SVG namespace (http://www.w3.org/2000/svg). Sugar over inNamespaceURI with SVGNamespace.

Parameters

fn

() => ComponentChildren

Factory that returns children to create as SVG elements.

Returns

ComponentChildren

The children produced by the factory.