Typescript Library Declarations (DOM)

    Interface SVGFilterPrimitiveStandardAttributes

    interface SVGFilterPrimitiveStandardAttributes {
        height: SVGAnimatedLength;
        result: SVGAnimatedString;
        width: SVGAnimatedLength;
        x: SVGAnimatedLength;
        y: SVGAnimatedLength;
    }
    Hierarchy
    • SVGFilterPrimitiveStandardAttributes (View Summary)
      • SVGFEBlendElement
      • SVGFEColorMatrixElement
      • SVGFEComponentTransferElement
      • SVGFECompositeElement
      • SVGFEConvolveMatrixElement
      • SVGFEDiffuseLightingElement
      • SVGFEDisplacementMapElement
      • SVGFEDropShadowElement
      • SVGFEFloodElement
      • SVGFEGaussianBlurElement
      • SVGFEImageElement
      • SVGFEMergeElement
      • SVGFEMorphologyElement
      • SVGFEOffsetElement
      • SVGFESpecularLightingElement
      • SVGFETileElement
      • SVGFETurbulenceElement
    Index

    Properties

    height result width x y

    Properties

    Readonlyheight

    height: SVGAnimatedLength

    Readonlyresult

    result: SVGAnimatedString

    Readonlywidth

    width: SVGAnimatedLength

    Readonlyx

    x: SVGAnimatedLength

    Readonlyy

    y: SVGAnimatedLength

    Settings

    Member Visibility

    On This Page

    Properties
    heightresultwidthxy
    Typescript Library Declarations (DOM)