The SVGFESpotLightElement interface corresponds to the <feSpotLight> element.
This interface also inherits properties from its parent interface, SVGElement.
SVGFESpotLightElement.x Read onlyAn SVGAnimatedNumber corresponding to the x attribute of the given element.
SVGFESpotLightElement.y Read onlyAn SVGAnimatedNumber corresponding to the y attribute of the given element.
SVGFESpotLightElement.z Read onlyAn SVGAnimatedNumber corresponding to the z attribute of the given element.
SVGFESpotLightElement.pointsAtX Read onlyAn SVGAnimatedNumber corresponding to the pointsAtX attribute of the given element.
SVGFESpotLightElement.pointsAtY Read onlyAn SVGAnimatedNumber corresponding to the pointsAtY attribute of the given element.
SVGFESpotLightElement.pointsAtZ Read onlyAn SVGAnimatedNumber corresponding to the pointsAtZ attribute of the given element.
SVGFESpotLightElement.specularExponent Read onlyAn SVGAnimatedNumber corresponding to the specularExponent attribute of the given element.
SVGFESpotLightElement.limitingConeAngle Read onlyAn SVGAnimatedNumber corresponding to the limitingConeAngle attribute of the given element.
This interface does not provide any specific methods, but implements those of its parent, SVGElement.