The SVGNumber interface corresponds to the <number> basic data type.

MDN Reference

interface SVGNumber {
    value: number;
}
Index

Properties

Properties

value: number

The value read-only property of the SVGNumber interface represents the number.

MDN Reference