WebIDLpedia

SVGElementInstance interface mixin

Definition

Scalable Vector Graphics (SVG) 2 defines SVGElementInstance



interface mixin SVGElementInstance {
  [SameObject] readonly attribute SVGElement? correspondingElement;
  [SameObject] readonly attribute SVGUseElement? correspondingUseElement;
};

Referring IDL interfaces/dictionaries