@arcmantle/lit-jsx
    Preparing search index...

    Interface AnimationAttributeTargetSVGAttributes

    interface AnimationAttributeTargetSVGAttributes {
        attributeName?:
            | string
            | typeof nothing
            | ((flag: void) => string | typeof nothing);
        attributeType?:
            | typeof nothing
            | "auto"
            | "CSS"
            | "XML"
            | ((flag: void) => typeof nothing | "auto" | "CSS" | "XML");
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributeName?:
        | string
        | typeof nothing
        | ((flag: void) => string | typeof nothing)
    attributeType?:
        | typeof nothing
        | "auto"
        | "CSS"
        | "XML"
        | ((flag: void) => typeof nothing | "auto" | "CSS" | "XML")