Trilium Frontend API
    Preparing search index...

    Interface IntrinsicSVGElements

    interface IntrinsicSVGElements {
        animate: h.JSX.SVGAttributes<SVGAnimateElement>;
        animateMotion: h.JSX.SVGAttributes<SVGAnimateMotionElement>;
        animateTransform: h.JSX.SVGAttributes<SVGAnimateTransformElement>;
        circle: h.JSX.SVGAttributes<SVGCircleElement>;
        clipPath: h.JSX.SVGAttributes<SVGClipPathElement>;
        defs: h.JSX.SVGAttributes<SVGDefsElement>;
        desc: h.JSX.SVGAttributes<SVGDescElement>;
        ellipse: h.JSX.SVGAttributes<SVGEllipseElement>;
        feBlend: h.JSX.SVGAttributes<SVGFEBlendElement>;
        feColorMatrix: h.JSX.SVGAttributes<SVGFEColorMatrixElement>;
        feComponentTransfer: h.JSX.SVGAttributes<SVGFEComponentTransferElement>;
        feComposite: h.JSX.SVGAttributes<SVGFECompositeElement>;
        feConvolveMatrix: h.JSX.SVGAttributes<SVGFEConvolveMatrixElement>;
        feDiffuseLighting: h.JSX.SVGAttributes<SVGFEDiffuseLightingElement>;
        feDisplacementMap: h.JSX.SVGAttributes<SVGFEDisplacementMapElement>;
        feDistantLight: h.JSX.SVGAttributes<SVGFEDistantLightElement>;
        feDropShadow: h.JSX.SVGAttributes<SVGFEDropShadowElement>;
        feFlood: h.JSX.SVGAttributes<SVGFEFloodElement>;
        feFuncA: h.JSX.SVGAttributes<SVGFEFuncAElement>;
        feFuncB: h.JSX.SVGAttributes<SVGFEFuncBElement>;
        feFuncG: h.JSX.SVGAttributes<SVGFEFuncGElement>;
        feFuncR: h.JSX.SVGAttributes<SVGFEFuncRElement>;
        feGaussianBlur: h.JSX.SVGAttributes<SVGFEGaussianBlurElement>;
        feImage: h.JSX.SVGAttributes<SVGFEImageElement>;
        feMerge: h.JSX.SVGAttributes<SVGFEMergeElement>;
        feMergeNode: h.JSX.SVGAttributes<SVGFEMergeNodeElement>;
        feMorphology: h.JSX.SVGAttributes<SVGFEMorphologyElement>;
        feOffset: h.JSX.SVGAttributes<SVGFEOffsetElement>;
        fePointLight: h.JSX.SVGAttributes<SVGFEPointLightElement>;
        feSpecularLighting: h.JSX.SVGAttributes<SVGFESpecularLightingElement>;
        feSpotLight: h.JSX.SVGAttributes<SVGFESpotLightElement>;
        feTile: h.JSX.SVGAttributes<SVGFETileElement>;
        feTurbulence: h.JSX.SVGAttributes<SVGFETurbulenceElement>;
        filter: h.JSX.SVGAttributes<SVGFilterElement>;
        foreignObject: h.JSX.SVGAttributes<SVGForeignObjectElement>;
        g: h.JSX.SVGAttributes<SVGGElement>;
        image: h.JSX.SVGAttributes<SVGImageElement>;
        line: h.JSX.SVGAttributes<SVGLineElement>;
        linearGradient: h.JSX.SVGAttributes<SVGLinearGradientElement>;
        marker: h.JSX.SVGAttributes<SVGMarkerElement>;
        mask: h.JSX.SVGAttributes<SVGMaskElement>;
        metadata: h.JSX.SVGAttributes<SVGMetadataElement>;
        mpath: h.JSX.SVGAttributes<SVGMPathElement>;
        path: h.JSX.SVGAttributes<SVGPathElement>;
        pattern: h.JSX.SVGAttributes<SVGPatternElement>;
        polygon: h.JSX.SVGAttributes<SVGPolygonElement>;
        polyline: h.JSX.SVGAttributes<SVGPolylineElement>;
        radialGradient: h.JSX.SVGAttributes<SVGRadialGradientElement>;
        rect: h.JSX.SVGAttributes<SVGRectElement>;
        set: h.JSX.SVGAttributes<SVGSetElement>;
        stop: h.JSX.SVGAttributes<SVGStopElement>;
        svg: h.JSX.SVGAttributes<SVGSVGElement>;
        switch: h.JSX.SVGAttributes<SVGSwitchElement>;
        symbol: h.JSX.SVGAttributes<SVGSymbolElement>;
        text: h.JSX.SVGAttributes<SVGTextElement>;
        textPath: h.JSX.SVGAttributes<SVGTextPathElement>;
        tspan: h.JSX.SVGAttributes<SVGTSpanElement>;
        use: h.JSX.SVGAttributes<SVGUseElement>;
        view: h.JSX.SVGAttributes<SVGViewElement>;
    }

    Hierarchy (View Summary)

    Index

    Properties