Skip to content

@serenity-is/corelib / JSX / ConfigureElement

Interface: ConfigureElement

Defined in: ../domwise/dist/index.d.ts:2284

Toggles for optional JSX element namespaces. Set to false to exclude SVG/MathML from JSXElement / IntrinsicElements.

Properties

mathml

mathml: boolean

Defined in: ../domwise/dist/index.d.ts:2288

When false, MathML elements are excluded from the JSX element union.


svg

svg: boolean

Defined in: ../domwise/dist/index.d.ts:2286

When false, SVG elements are excluded from the JSX element union.